1 write to Path
Microsoft.Extensions.DependencyModel (1)
Library.cs (1)
63
Path
= path;
8 references to Path
Microsoft.Extensions.DependencyModel (5)
DependencyContextWriter.cs (4)
163
Debug.Assert(compilationLibrary.
Path
== runtimeLibrary.
Path
);
441
if (library.
Path
!= null)
443
jsonWriter.WriteString(DependencyContextStrings.PathPropertyName, library.
Path
);
Resolution\ResolverUtils.cs (1)
12
string? path = library.
Path
;
Microsoft.NET.Build.Tasks (1)
DependencyContextBuilder.cs (1)
517
library.Library.
Path
,
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DotnetTestHostManager.cs (2)
1047
if (testhostPackage.
Path
is not null)
1049
testHostPath = Path.Combine(testhostPackage.
Path
, testHostPath);