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