3 writes to _buildEventContext
Microsoft.Build (3)
BackEnd\Shared\BuildRequest.cs (3)
116
_buildEventContext
= BuildEventContext.Invalid;
348
_buildEventContext
= value;
429
translator.Translate(ref
_buildEventContext
);
2 references to _buildEventContext
Microsoft.Build (2)
BackEnd\Shared\BuildRequest.cs (2)
342
return
_buildEventContext
;
347
ErrorUtilities.VerifyThrow(
_buildEventContext
== BuildEventContext.Invalid, "The build event context is already set.");