4 instantiations of ExtendedBuildWarningEventArgs
Microsoft.Build (2)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
960
e = new
ExtendedBuildWarningEventArgs
(
src\msbuild\src\Shared\LogMessagePacketBase.cs (1)
530
LoggingEventType.ExtendedBuildWarningEvent => new
ExtendedBuildWarningEventArgs
(),
Microsoft.Build.Tasks.Core (1)
src\msbuild\src\Shared\LogMessagePacketBase.cs (1)
530
LoggingEventType.ExtendedBuildWarningEvent => new
ExtendedBuildWarningEventArgs
(),
MSBuild (1)
src\msbuild\src\Shared\LogMessagePacketBase.cs (1)
530
LoggingEventType.ExtendedBuildWarningEvent => new
ExtendedBuildWarningEventArgs
(),
8 references to ExtendedBuildWarningEventArgs
Microsoft.Build (4)
BackEnd\Components\Logging\LoggingService.cs (2)
1602
if (buildEventArgs is
ExtendedBuildWarningEventArgs
extWarningEvent)
1648
if (warningEvent is
ExtendedBuildWarningEventArgs
extWarningEvent)
src\msbuild\src\Shared\LogMessagePacketBase.cs (2)
163
/// Event is <see cref="
ExtendedBuildWarningEventArgs
"/>.
625
else if (eventType == typeof(
ExtendedBuildWarningEventArgs
))
Microsoft.Build.Tasks.Core (2)
src\msbuild\src\Shared\LogMessagePacketBase.cs (2)
163
/// Event is <see cref="
ExtendedBuildWarningEventArgs
"/>.
625
else if (eventType == typeof(
ExtendedBuildWarningEventArgs
))
MSBuild (2)
src\msbuild\src\Shared\LogMessagePacketBase.cs (2)
163
/// Event is <see cref="
ExtendedBuildWarningEventArgs
"/>.
625
else if (eventType == typeof(
ExtendedBuildWarningEventArgs
))