Searched refs:rootFileSource (Results 1 – 1 of 1) sorted by relevance
18 … public UsingsGraph(CreationDriver creationDriver, string rootFilePath, string rootFileSource) in UsingsGraph() argument21 this.rootFileSource = rootFileSource; in UsingsGraph()37 … GraphNode rootNode = GetOrCreateGraphNode(creationDriver, rootFilePath, rootFileSource, "", null); in TraverseDepthFirst()182 private readonly string rootFileSource; field in Antmicro.Renode.PlatformDescription.CreationDriver.UsingsGraph