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