1 write to Path
Microsoft.Extensions.DependencyModel (1)
RuntimeFile.cs (1)
17
Path
= path;
5 references to Path
Microsoft.Extensions.DependencyModel (5)
DependencyContextJsonReader.cs (2)
796
groupRuntimeAssemblies.Where(a => Path.GetFileName(a.
Path
) != "_._")));
808
groupNativeLibraries.Where(a => Path.GetFileName(a.
Path
) != "_._")));
DependencyContextWriter.cs (2)
351
jsonWriter.WriteStartObject(NormalizePath(asset.
Path
));
387
jsonWriter.WriteStartObject(NormalizePath(runtimeFile.
Path
));
RuntimeAssetGroup.cs (1)
45
return _runtimeFiles!.Select(file => file.
Path
).ToArray();