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