2 types derived from BuildWarningEventArgs
Microsoft.Build.Framework (2)
BuildCheck\BuildCheckEventArgs.cs (1)
160internal sealed class BuildCheckResultWarning : BuildWarningEventArgs
ExtendedBuildWarningEventArgs.cs (1)
18public sealed class ExtendedBuildWarningEventArgs : BuildWarningEventArgs, IExtendedBuildEventArgs
1 instantiation of BuildWarningEventArgs
Microsoft.Maui.Resizetizer (1)
AsyncTask.cs (1)
199 var data = new BuildWarningEventArgs(
23 references to BuildWarningEventArgs
Microsoft.Arcade.Test.Common (6)
MockBuildEngine.cs (3)
24public List<BuildWarningEventArgs> BuildWarningEvents = new List<BuildWarningEventArgs>(); 46public void LogWarningEvent(BuildWarningEventArgs e)
MockEngine.cs (3)
28public ICollection<BuildWarningEventArgs> Warnings { get; } = new List<BuildWarningEventArgs>(); 47public void LogWarningEvent(BuildWarningEventArgs e)
Microsoft.Build.Framework (2)
IBuildEngine.cs (1)
30void LogWarningEvent(BuildWarningEventArgs e);
IEventSource.cs (1)
23public delegate void BuildWarningEventHandler(object sender, BuildWarningEventArgs e);
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (3)
TestUtilities\ErrorLoggerEngine.cs (2)
31new Type[] { typeof(BuildWarningEventArgs) }, null) ?? throw new Exception("Could not find FormatEventMessage(BuildWarningEventArgs)."); 46public void LogWarningEvent(BuildWarningEventArgs eventArgs)
TestUtilities\MockEngine.cs (1)
34public void LogWarningEvent(BuildWarningEventArgs eventArgs)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
MSBuild\Logging\MSBuildDiagnosticLogger.cs (1)
31private void OnWarningRaised(object sender, MSB.Framework.BuildWarningEventArgs e)
Microsoft.DotNet.ArcadeLogging (1)
PipelinesLogger.cs (1)
197private void OnWarningRaised(object sender, BuildWarningEventArgs e) =>
Microsoft.DotNet.Build.Tasks.Packaging.Tests (1)
TestBuildEngine.cs (1)
51public void LogWarningEvent(BuildWarningEventArgs e)
Microsoft.DotNet.NuGetRepack.Tests (3)
TestHelpers\FakeBuildEngine.cs (3)
23public List<BuildWarningEventArgs> LogWarningEvents = 24new List<BuildWarningEventArgs>(); 63public void LogWarningEvent(BuildWarningEventArgs e)
Microsoft.DotNet.SignTool.Tests (3)
FakeBuildEngine.cs (3)
25public List<BuildWarningEventArgs> LogWarningEvents = 26new List<BuildWarningEventArgs>(); 115public void LogWarningEvent(BuildWarningEventArgs e)
Microsoft.Extensions.ApiDescription.Client.Tests (1)
MockBuildEngine.cs (1)
72public void LogWarningEvent(BuildWarningEventArgs eventArgs)
Microsoft.Maui.Resizetizer (2)
AsyncTask.cs (2)
199 var data = new BuildWarningEventArgs( 314 LogInternal<BuildWarningEventArgs>(warningMessageQueue, (e) =>