5 instantiations of ExtendedBuildWarningEventArgs
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
473
return new
ExtendedBuildWarningEventArgs
(
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
961
e = new
ExtendedBuildWarningEventArgs
(
parent\Shared\LogMessagePacketBase.cs (1)
488
LoggingEventType.ExtendedBuildWarningEvent => new
ExtendedBuildWarningEventArgs
(),
Microsoft.Build.Tasks.Core (1)
parent\Shared\LogMessagePacketBase.cs (1)
488
LoggingEventType.ExtendedBuildWarningEvent => new
ExtendedBuildWarningEventArgs
(),
MSBuild (1)
parent\Shared\LogMessagePacketBase.cs (1)
488
LoggingEventType.ExtendedBuildWarningEvent => new
ExtendedBuildWarningEventArgs
(),
8 references to ExtendedBuildWarningEventArgs
Microsoft.Build (5)
BackEnd\Components\Logging\LoggingService.cs (2)
1664
if (buildEventArgs is
ExtendedBuildWarningEventArgs
extWarningEvent)
1710
if (warningEvent is
ExtendedBuildWarningEventArgs
extWarningEvent)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
465
/// is downgrading. Errors carrying extended data become <see cref="
ExtendedBuildWarningEventArgs
"/> so the
parent\Shared\LogMessagePacketBase.cs (2)
162
/// Event is <see cref="
ExtendedBuildWarningEventArgs
"/>.
584
else if (eventType == typeof(
ExtendedBuildWarningEventArgs
))
Microsoft.Build.Tasks.Core (2)
parent\Shared\LogMessagePacketBase.cs (2)
162
/// Event is <see cref="
ExtendedBuildWarningEventArgs
"/>.
584
else if (eventType == typeof(
ExtendedBuildWarningEventArgs
))
MSBuild (1)
parent\Shared\LogMessagePacketBase.cs (1)
584
else if (eventType == typeof(
ExtendedBuildWarningEventArgs
))