1 write to LocalPath
Microsoft.Extensions.DependencyModel (1)
ResourceAssembly.cs (1)
26
LocalPath
= localPath;
2 references to LocalPath
Microsoft.Extensions.DependencyModel (2)
DependencyContextWriter.cs (2)
225
if (resourceAssembly.
LocalPath
!= null)
227
jsonWriter.WriteString(DependencyContextStrings.LocalPathPropertyName, NormalizePath(resourceAssembly.
LocalPath
));