7 references to NormalizePath
Microsoft.Extensions.DependencyModel (7)
DependencyContextWriter.cs (7)
223
jsonWriter.WriteStartObject(
NormalizePath
(resourceAssembly.Path));
227
jsonWriter.WriteString(DependencyContextStrings.LocalPathPropertyName,
NormalizePath
(resourceAssembly.LocalPath));
356
jsonWriter.WriteStartObject(
NormalizePath
(asset.Path));
373
jsonWriter.WriteString(DependencyContextStrings.LocalPathPropertyName,
NormalizePath
(asset.LocalPath));
385
jsonWriter.WriteStartObject(
NormalizePath
(assembly));
397
jsonWriter.WriteStartObject(
NormalizePath
(runtimeFile.Path));
411
jsonWriter.WriteString(DependencyContextStrings.LocalPathPropertyName,
NormalizePath
(runtimeFile.LocalPath));