1 write to DotnetRootPath
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver (1)
WorkloadSdkResolver.cs (1)
56
DotnetRootPath
= dotnetRootPath,
2 references to DotnetRootPath
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver (2)
WorkloadSdkResolver.cs (2)
67
if (cachedState.
DotnetRootPath
is not null && cachedState.SdkVersion is not null)
69
result = cachedState.WorkloadResolver?.Resolve(sdkReference.Name, cachedState.
DotnetRootPath
, cachedState.SdkVersion, userProfileDir, cachedState.GlobalJsonPath);