4 references to Default
dotnet-dependency-context-test (2)
Program.cs (2)
21if(DependencyContext.Default != null) 31if(DependencyContext.Default.RuntimeGraph.Any())
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
480var context = DependencyContext.Default;
Microsoft.ML.TestFrameworkCommon (1)
Utility\PathResolver.cs (1)
58DependencyContext defaultContext = DependencyContext.Default;