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