1 write to HashPath
Microsoft.Extensions.DependencyModel (1)
Library.cs (1)
64
HashPath
= hashPath;
6 references to HashPath
Microsoft.Extensions.DependencyModel (4)
DependencyContextWriter.cs (4)
164
Debug.Assert(compilationLibrary.
HashPath
== runtimeLibrary.
HashPath
);
446
if (library.
HashPath
!= null)
448
jsonWriter.WriteString(DependencyContextStrings.HashPathPropertyName, library.
HashPath
);
Microsoft.NET.Build.Tasks (1)
DependencyContextBuilder.cs (1)
518
library.Library.
HashPath
,
Microsoft.NET.TestFramework (1)
Assertions\DependencyContextAssertions.cs (1)
92
packageLibrary.
HashPath
.Should().NotBeNullOrEmpty($"Every Library with Type='package' should have a HashPath, but {packageLibrary.Name} does not.");