1 write to Path
Microsoft.NET.Sdk.WorkloadManifestReader (1)
WorkloadResolver.cs (1)
670Path = path;
3 references to Path
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver (3)
CachingWorkloadResolver.cs (3)
119string sdkPackSdkFolder = Path.Combine(sdkPackInfo.Path, "Sdk"); 151if (Directory.Exists(packInfo.Path)) 153return new SinglePathResolutionResult(Path.Combine(packInfo.Path, "Sdk"));