2 writes to _elementLocation
Microsoft.Build (2)
BackEnd\Components\SdkResolution\SdkResolverRequest.cs (2)
37
_elementLocation
= elementLocation;
84
translator.Translate(ref
_elementLocation
, ElementLocation.FactoryForDeserialization);
1 reference to _elementLocation
Microsoft.Build (1)
BackEnd\Components\SdkResolution\SdkResolverRequest.cs (1)
49
public ElementLocation ElementLocation =>
_elementLocation
;