4 instantiations of BuildCheckResultError
Microsoft.Build (2)
BuildCheck\API\BuildCheckResult.cs (1)
35CheckResultSeverity.Error => new BuildCheckResultError(this),
parent\Shared\LogMessagePacketBase.cs (1)
501LoggingEventType.BuildCheckErrorEvent => new BuildCheckResultError(),
Microsoft.Build.Tasks.Core (1)
parent\Shared\LogMessagePacketBase.cs (1)
501LoggingEventType.BuildCheckErrorEvent => new BuildCheckResultError(),
MSBuild (1)
parent\Shared\LogMessagePacketBase.cs (1)
501LoggingEventType.BuildCheckErrorEvent => new BuildCheckResultError(),
6 references to BuildCheckResultError
Microsoft.Build (3)
BackEnd\Components\Logging\LoggingService.cs (1)
1758if (buildEventArgs is BuildCheckResultError)
parent\Shared\LogMessagePacketBase.cs (2)
217/// Event is <see cref="BuildCheckResultError"/>. 628else if (eventType == typeof(BuildCheckResultError))
Microsoft.Build.Tasks.Core (2)
parent\Shared\LogMessagePacketBase.cs (2)
217/// Event is <see cref="BuildCheckResultError"/>. 628else if (eventType == typeof(BuildCheckResultError))
MSBuild (1)
parent\Shared\LogMessagePacketBase.cs (1)
628else if (eventType == typeof(BuildCheckResultError))