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