1 write to Runtime
Microsoft.Extensions.DependencyModel (1)
RuntimeFallbacks.cs (1)
24Runtime = runtime;
4 references to Runtime
Microsoft.Extensions.DependencyModel (3)
DependencyContextExtensions.cs (2)
131RuntimeFallbacks? fallbacks = context.RuntimeGraph.FirstOrDefault(f => f.Runtime == runtimeIdentifier); 141RuntimeFallbacks? fallbacks = context.RuntimeGraph.FirstOrDefault(f => f.Runtime == runtimeIdentifier);
DependencyContextWriter.cs (1)
64jsonWriter.WriteStartArray(runtimeFallback.Runtime);
Microsoft.ML.TestFrameworkCommon (1)
Utility\PathResolver.cs (1)
138if (fb.Runtime == rid)