Implemented interface member:
method
Read
Microsoft.Extensions.DependencyModel.IDependencyContextReader.Read(System.IO.Stream)
21 references to Read
dotnet (1)
CommandFactory\CommandResolution\DepsJsonCommandResolver.cs (1)
69dependencyContext = contextReader.Read(contextStream);
dotnet-svcutil-lib (1)
Shared\MSBuildProj.cs (1)
892depContext = new DependencyContextJsonReader().Read(stream);
Microsoft.DotNet.Cli.Utils (1)
FrameworkDependencyFile.cs (1)
108return reader.Read(depsFileStream);
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)
175return reader.Read(stream);
NonCopyLocalProjectReferenceTests.cs (1)
55.Read(stream)
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)
275return reader.Read(stream);
MvcBuildIntegrationTest21NetFx.cs (1)
126return reader.Read(stream);
MvcBuildIntegrationTestLegacy.cs (1)
136return reader.Read(stream);