1 write to _dependencyContext
Microsoft.DotNet.Cli.Utils (1)
FrameworkDependencyFile.cs (1)
22
_dependencyContext
= new Lazy<DependencyContext>(CreateDependencyContext);
1 reference to _dependencyContext
Microsoft.DotNet.Cli.Utils (1)
FrameworkDependencyFile.cs (1)
17
private DependencyContext DependencyContext =>
_dependencyContext
.Value;