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