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