1 write to HashPath
Microsoft.Extensions.DependencyModel (1)
Library.cs (1)
64HashPath = hashPath;
5 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,