2 writes to ElementLocation
Microsoft.Build (2)
BackEnd\Components\SdkResolution\OutOfProcNodeSdkResolverService.cs (1)
132
_lastResponse.
ElementLocation
= sdkReferenceLocation;
BackEnd\Components\SdkResolution\SdkResolverService.cs (1)
367
result.
ElementLocation
= sdkReferenceLocation;
2 references to ElementLocation
Microsoft.Build (2)
BackEnd\Components\SdkResolution\CachingSdkResolverService.cs (1)
79
loggingContext.LogWarning(null, new BuildEventFileInfo(sdkReferenceLocation), "ReferencingMultipleVersionsOfTheSameSdk", sdk.Name, result.Version, result.
ElementLocation
, sdk.Version);
BackEnd\Components\SdkResolution\OutOfProcNodeSdkResolverService.cs (1)
88
loggingContext.LogWarning(null, new BuildEventFileInfo(sdkReferenceLocation), "ReferencingMultipleVersionsOfTheSameSdk", sdk.Name, sdkResult.Version, sdkResult.
ElementLocation
, sdk.Version);