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