Searched refs:TryGetVariableInLocalScope (Results 1 – 2 of 2) sorted by relevance
41 public bool TryGetVariableInLocalScope(string name, out Variable variable) in TryGetVariableInLocalScope() method in Antmicro.Renode.PlatformDescription.VariableStore49 if(!TryGetVariableInLocalScope(name, out result)) in GetVariableInLocalScope()
74 … var wasDeclared = variableStore.TryGetVariableInLocalScope(entry.VariableName, out var variable); in ProcessVariableDeclarations()102 … var wasDeclared = variableStore.TryGetVariableInLocalScope(entry.VariableName, out var variable); in CollectVariableEntries()893 if(!variableStore.TryGetVariableInLocalScope(initiator, out var variable)) in GetStateBits()