3 references to SdkLocation
Microsoft.Build (3)
Evaluation\Evaluator.cs (3)
1796
IElementLocation sdkReferenceOrigin = importElement.
SdkLocation
;
1824
ProjectErrorUtilities.ThrowInvalidProject(importElement.
SdkLocation
, "SDKResolverCriticalFailure", e.Message);
1849
ProjectErrorUtilities.ThrowInvalidProject(importElement.
SdkLocation
, "CouldNotResolveSdk", sdkReference.ToString());