1 write to RuntimeGraph
xunit.console (1)
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\DependencyContext.cs (1)
46
RuntimeGraph
= runtimeGraph.ToArray();
4 references to RuntimeGraph
xunit.console (4)
common\AssemblyResolution\DependencyContextAssemblyCache.cs (2)
57
internalDiagnosticsMessageSink.OnMessage(new _DiagnosticMessage($"[DependencyContextAssemblyCache..ctor] Runtime graph: [{string.Join(",", dependencyContext.
RuntimeGraph
.Select(x => $"'{x.Runtime}'"))}]"));
95
var result = new List<string>(GetFallbacks(dependencyContext.
RuntimeGraph
).Fallbacks);
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\DependencyContext.cs (2)
73
RuntimeGraph
.Union(other.
RuntimeGraph
)