1 write to Path
Microsoft.Extensions.DependencyModel (1)
Library.cs (1)
63Path = path;
5 references to Path
Microsoft.Extensions.DependencyModel (5)
DependencyContextWriter.cs (4)
163Debug.Assert(compilationLibrary.Path == runtimeLibrary.Path); 426if (library.Path != null) 428jsonWriter.WriteString(DependencyContextStrings.PathPropertyName, library.Path);
Resolution\ResolverUtils.cs (1)
12string? path = library.Path;