1 write to Path
Microsoft.Extensions.DependencyModel (1)
Library.cs (1)
63Path = path;
7 references to Path
Microsoft.Extensions.DependencyModel (5)
DependencyContextWriter.cs (4)
163Debug.Assert(compilationLibrary.Path == runtimeLibrary.Path); 441if (library.Path != null) 443jsonWriter.WriteString(DependencyContextStrings.PathPropertyName, library.Path);
Resolution\ResolverUtils.cs (1)
12string? path = library.Path;
Microsoft.NET.Build.Tasks (1)
DependencyContextBuilder.cs (1)
517library.Library.Path,
Microsoft.NET.TestFramework (1)
Assertions\DependencyContextAssertions.cs (1)
91packageLibrary.Path.Should().NotBeNullOrEmpty($"Every Library with Type='package' should have a Path, but {packageLibrary.Name} does not.");