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