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