Searched refs:localMemory (Results 1 – 2 of 2) sorted by relevance
46 …private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>(… field in DebugTreeGrammar71 localMemory[function.GetChild( 1 ).Text] = paramValue; in DebugTreeGrammar()104 if ( localMemory.TryGetValue( name, out value ) && value != null ) in getValue()
46 …private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>(… field in ProfileTreeGrammar71 localMemory[function.GetChild( 1 ).Text] = paramValue; in ProfileTreeGrammar()104 if ( localMemory.TryGetValue( name, out value ) && value != null ) in getValue()