1 write to LocalPath
Microsoft.Extensions.DependencyModel (1)
RuntimeFile.cs (1)
24LocalPath = localPath;
4 references to LocalPath
Microsoft.Extensions.DependencyModel (4)
DependencyContextWriter.cs (4)
371if (asset.LocalPath != null) 373jsonWriter.WriteString(DependencyContextStrings.LocalPathPropertyName, NormalizePath(asset.LocalPath)); 409if (runtimeFile.LocalPath != null) 411jsonWriter.WriteString(DependencyContextStrings.LocalPathPropertyName, NormalizePath(runtimeFile.LocalPath));