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