1 write to Path
Microsoft.DotNet.MSBuildSdkResolver (1)
WorkloadResolver.cs (1)
670
Path
= path;
3 references to Path
Microsoft.DotNet.MSBuildSdkResolver (3)
CachingWorkloadResolver.cs (3)
124
string sdkPackSdkFolder = Path.Combine(sdkPackInfo.
Path
, "Sdk");
156
if (Directory.Exists(packInfo.
Path
))
158
return new SinglePathResolutionResult(Path.Combine(packInfo.
Path
, "Sdk"));