22 instantiations of DependencyContextJsonReader
dotnet (1)
CommandFactory\CommandResolution\DepsJsonCommandResolver.cs (1)
65DependencyContextJsonReader contextReader = new();
dotnet-svcutil-lib (1)
Shared\MSBuildProj.cs (1)
892depContext = 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.NET.Build.Tests (10)
GivenThatWeWantToBuildADesktopLibrary.cs (4)
125var dependencyContext = new DependencyContextJsonReader().Read(depsJsonFileStream); 162var dependencyContext = new DependencyContextJsonReader().Read(depsJsonFileStream); 191var dependencyContext = new DependencyContextJsonReader().Read(depsJsonFileStream); 328var dependencyContext = new DependencyContextJsonReader().Read(depsJsonFileStream);
GivenThatWeWantToBuildAnAppWithTransitiveNonSdkProjectRefs.cs (1)
78var dependencyContext = new DependencyContextJsonReader().Read(depsJsonFileStream);
GivenThatWeWantToBuildANetCoreApp.cs (2)
489var dependencyContext = new DependencyContextJsonReader().Read(depsJsonFileStream); 527var dependencyContext = new DependencyContextJsonReader().Read(depsJsonFileStream);
GivenThatWeWantToPreserveCompilationContextForBuild.cs (1)
67var dependencyContext = new DependencyContextJsonReader().Read(depsJsonFileStream);
GiventThatWeWantDesignerSupport.cs (1)
173using (var reader = new DependencyContextJsonReader())
NonCopyLocalProjectReferenceTests.cs (1)
52using var reader = new DependencyContextJsonReader();
Microsoft.NET.Publish.Tests (5)
GivenThatAPublishedDepsJsonShouldContainVersionInformation.cs (1)
169dependencyContext = new DependencyContextJsonReader().Read(depsJsonFileStream);
GivenThatWeWantToPreserveCompilationContext.cs (1)
92var dependencyContext = new DependencyContextJsonReader().Read(depsJsonFileStream);
GivenThatWeWantToPublishAHelloWorldProject.cs (1)
328dependencyContext = new DependencyContextJsonReader().Read(depsJsonFileStream);
GivenThatWeWantToPublishAProjectWithAllFeatures.cs (1)
35var dependencyContext = new DependencyContextJsonReader().Read(depsJsonFileStream);
GivenThatWeWantToRunILLink.cs (1)
1862dependencyContext = new DependencyContextJsonReader().Read(fs);
Microsoft.NET.Sdk.Razor.Tests (3)
BuildIntegrationTest.cs (1)
272var reader = new DependencyContextJsonReader();
MvcBuildIntegrationTest21NetFx.cs (1)
123var reader = new DependencyContextJsonReader();
MvcBuildIntegrationTestLegacy.cs (1)
133var reader = new DependencyContextJsonReader();
7 references to DependencyContextJsonReader
dotnet (1)
CommandFactory\CommandResolution\DepsJsonCommandResolver.cs (1)
65DependencyContextJsonReader contextReader = new();
Microsoft.DotNet.Cli.Utils (1)
FrameworkDependencyFile.cs (1)
106using (DependencyContextJsonReader reader = new())
Microsoft.NET.Build.Tests (2)
GiventThatWeWantDesignerSupport.cs (1)
173using (var reader = new DependencyContextJsonReader())
NonCopyLocalProjectReferenceTests.cs (1)
52using var reader = new DependencyContextJsonReader();
Microsoft.NET.Sdk.Razor.Tests (3)
BuildIntegrationTest.cs (1)
272var reader = new DependencyContextJsonReader();
MvcBuildIntegrationTest21NetFx.cs (1)
123var reader = new DependencyContextJsonReader();
MvcBuildIntegrationTestLegacy.cs (1)
133var reader = new DependencyContextJsonReader();