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