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