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