1 write to HashPath
Microsoft.Extensions.DependencyModel (1)
Library.cs (1)
64
HashPath
= hashPath;
4 references to HashPath
Microsoft.Extensions.DependencyModel (4)
DependencyContextWriter.cs (4)
164
Debug.Assert(compilationLibrary.
HashPath
== runtimeLibrary.
HashPath
);
431
if (library.
HashPath
!= null)
433
jsonWriter.WriteString(DependencyContextStrings.HashPathPropertyName, library.
HashPath
);