Searched refs:usingsMap (Results 1 – 1 of 1) sorted by relevance
23 usingsMap = new Dictionary<string, GraphNode>(); in UsingsGraph()102 …if(!usingsMap.TryGetValue(GraphNode.MakeGraphId(parent?.GraphId ?? "", prefix, filePath), out var … in GetOrCreateGraphNode()126 usingsMap[node.GraphId] = node; in CreateGraphNode()183 private readonly Dictionary<string, GraphNode> usingsMap; field in Antmicro.Renode.PlatformDescription.CreationDriver.UsingsGraph