1 write to RuntimeGraph
Microsoft.Extensions.DependencyModel (1)
DependencyContext.cs (1)
35RuntimeGraph = runtimeGraph.ToArray();
8 references to RuntimeGraph
Microsoft.Extensions.DependencyModel (6)
DependencyContext.cs (2)
60RuntimeGraph.Union(other.RuntimeGraph)
DependencyContextExtensions.cs (2)
131RuntimeFallbacks? fallbacks = context.RuntimeGraph.FirstOrDefault(f => f.Runtime == runtimeIdentifier); 141RuntimeFallbacks? fallbacks = context.RuntimeGraph.FirstOrDefault(f => f.Runtime == runtimeIdentifier);
DependencyContextWriter.cs (2)
33if (context.RuntimeGraph.Any()) 62foreach (RuntimeFallbacks runtimeFallback in context.RuntimeGraph)
Microsoft.ML.TestFrameworkCommon (2)
Utility\PathResolver.cs (2)
76if (!AddFallbacks(allRIDs, currentRID, defaultContext.RuntimeGraph)) 85AddFallbacks(allRIDs, guessedFallbackRID, defaultContext.RuntimeGraph);