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)
17private DependencyContext DependencyContext => _dependencyContext.Value;