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