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