4 instantiations of DependencyContextJsonReader
dotnet-svcutil-lib (1)
Shared\MSBuildProj.cs (1)
897depContext = new DependencyContextJsonReader().Read(stream);
Microsoft.DotNet.Cli.Utils (1)
FrameworkDependencyFile.cs (1)
106using (DependencyContextJsonReader reader = new())
Microsoft.Extensions.DependencyModel (1)
DependencyContextLoader.cs (1)
26() => new DependencyContextJsonReader())
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DotnetTestHostManager.cs (1)
907var context = new DependencyContextJsonReader().Read(stream);
1 reference to DependencyContextJsonReader
Microsoft.DotNet.Cli.Utils (1)
FrameworkDependencyFile.cs (1)
106using (DependencyContextJsonReader reader = new())