Searched refs:variableCollections (Results 1 – 1 of 1) sorted by relevance
91 variableCollections = new Dictionary<VariableType, Dictionary<string, Token>> in Monitor()480 …riable(stringEaterVariableName, new StringToken(stringEaterValue), variableCollections[recordingTy… in Parse()495 … SetVariable(stringEaterVariableName, null, variableCollections[recordingType.Value]); in Parse()1163 private readonly Dictionary<VariableType, Dictionary<string, Token>> variableCollections; field in Antmicro.Renode.UserInterface.Monitor