3 writes to _buildEventContext
Microsoft.Build (3)
BackEnd\Shared\BuildRequest.cs (3)
118
_buildEventContext
= BuildEventContext.Invalid;
350
_buildEventContext
= value;
431
translator.Translate(ref
_buildEventContext
);
2 references to _buildEventContext
Microsoft.Build (2)
BackEnd\Shared\BuildRequest.cs (2)
344
return
_buildEventContext
;
349
ErrorUtilities.VerifyThrow(
_buildEventContext
== BuildEventContext.Invalid, "The build event context is already set.");