47 references to BuildWarningEventArgs
Microsoft.Build (6)
BackEnd\Components\Logging\LoggingService.cs (1)
998
BuildWarningEventArgs warning =
new
(
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
314
BuildWarningEventArgs buildEvent = new
BuildWarningEventArgs
(
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
444
BuildWarningEventArgs warningEvent = new
BuildWarningEventArgs
(
BackEnd\Shared\EventsCreatorHelper.cs (1)
78
new
BuildWarningEventArgs
(
LogMessagePacketBase.cs (2)
626
LoggingEventType.BuildWarningEvent => new
BuildWarningEventArgs
(null, null, null, -1, -1, -1, -1, null, null, null),
1269
new
BuildWarningEventArgs
(
Microsoft.Build.CommandLine.UnitTests (2)
TerminalLogger_Tests.cs (2)
184
return new
BuildWarningEventArgs
("", "AA0000", "directory/file", 1, 2, 3, 4, warning, null, null)
192
return new
BuildWarningEventArgs
("", "MSB3026", "directory/file", 1, 2, 3, 4,
Microsoft.Build.Engine.UnitTests (19)
BackEnd\EventSourceSink_Tests.cs (1)
757
private static BuildWarningEventArgs s_buildWarning = new
BuildWarningEventArgs
("SubCategoryForSchemaValidationErrors", "MSB4000", "file", 1, 2, 3, 4, "message", "help", "sender")
BackEnd\LoggingService_Tests.cs (2)
715
private static readonly BuildWarningEventArgs BuildWarningEventForTreatAsErrorOrMessageTests = new
BuildWarningEventArgs
("subcategory", "C94A41A90FFB4EF592BF98BA59BEE8AF", "file", 1, 2, 3, 4, "message", "helpKeyword", "senderName");
795
BuildWarningEventArgs warningArgs =
new
("abc", "FOR123", "", 0, 0, 0, 0, "warning message", "keyword", "sender");
BackEnd\LoggingServicesLogMethod_Tests.cs (1)
70
BuildWarningEventArgs warning = new
BuildWarningEventArgs
("SubCategoryForSchemaValidationErrors", "MSB4000", "file", 1, 2, 3, 4, "message", "help", "sender");
BackEnd\NodePackets_Tests.cs (2)
55
BuildWarningEventArgs warning = new
BuildWarningEventArgs
("SubCategoryForSchemaValidationErrors", "MSB4000", "file", 1, 2, 3, 4, "message", "help", "sender");
278
new
BuildWarningEventArgs
("SubCategoryForSchemaValidationErrors", "MSB4000", "file", 1, 2, 3, 4, "message", "help", "sender"),
BackEnd\TaskHost_Tests.cs (3)
295
_taskHost.LogWarningEvent(new
BuildWarningEventArgs
("SubCategory", "code", null, 0, 1, 2, 3, "message", "Help", "Sender"));
959
:
base
(null, null, null, 0, 0, 0, 0, message, null, null)
1089
:
base
(null, null, null, 0, 0, 0, 0, message, null, null)
ConfigureableForwardingLogger_Tests.cs (1)
27
private readonly BuildWarningEventArgs _warning = new
BuildWarningEventArgs
("SubCategoryForSchemaValidationErrors", "MSB4000", "file", 1, 2, 3, 4, "message", "help", "sender");
ConsoleLogger_Tests.cs (8)
469
es.Consume(new
BuildWarningEventArgs
(null, null, null, 0, 0, 0, 0, null, null, null));
502
BuildWarningEventArgs bwea = new
BuildWarningEventArgs
(null, null, null, 0, 0, 0, 0, null, null, null);
669
buildEventArgs = new
BuildWarningEventArgs
(subcategory, code, file, lineNumber, columnNumber, endLineNumber, endColumnNumber, message, helpKeyword, senderName);
868
BuildWarningEventArgs beea = new
BuildWarningEventArgs
("VBC",
1076
BuildWarningEventArgs beea = new
BuildWarningEventArgs
("VBC",
1152
BuildWarningEventArgs beea = new
BuildWarningEventArgs
("VBC",
1957
BuildWarningEventArgs bwea = new
BuildWarningEventArgs
("VBC",
2047
BuildWarningEventArgs bwea = new
BuildWarningEventArgs
("VBC",
EventArgsFormatting_Tests.cs (1)
111
BuildWarningEventArgs warning = new
BuildWarningEventArgs
("CS", "312", "source.cs", 42, 0, 0, 0, "message\r Hello", "help", "sender");
Microsoft.Build.Framework (2)
BuildWarningEventArgs.cs (1)
175
:
this
(subcategory: null, code: code, file: file, lineNumber: lineNumber, columnNumber: columnNumber, endLineNumber: 0, endColumnNumber: 0, message: message, helpKeyword: null, senderName: null)
ExtendedBuildWarningEventArgs.cs (1)
53
:
base
(subcategory, code, file, lineNumber, columnNumber, endLineNumber, endColumnNumber, message, helpKeyword, senderName) => ExtendedType = type;
Microsoft.Build.Framework.UnitTests (10)
BuildWarningEventArgs_Tests.cs (3)
21
private BuildWarningEventArgs _baseWarningEvent = new
BuildWarningEventArgs
("Subcategory", "Code", "File", 1, 2, 3, 4, "Message", "HelpKeyword", "sender");
30
buildWarningEvent = new
BuildWarningEventArgs
("Subcategory", "Code", "File", 1, 2, 3, 4, "Message", "HelpKeyword", "sender");
34
buildWarningEvent = new
BuildWarningEventArgs
(null, null, null, 1, 2, 3, 4, null, null, null);
CustomEventArgSerialization_Tests.cs (7)
437
BuildWarningEventArgs genericEvent = new
BuildWarningEventArgs
("Subcategory", "Code", "File", 1, 2, 3, 4, "Message", "HelpKeyword", "SenderName");
446
BuildWarningEventArgs newGenericEvent = new
BuildWarningEventArgs
(null, null, null, -1, -1, -1, -1, null, null, null);
454
genericEvent = new
BuildWarningEventArgs
(string.Empty, string.Empty, string.Empty, 1, 2, 3, 4, string.Empty, string.Empty, string.Empty);
463
newGenericEvent = new
BuildWarningEventArgs
(null, null, null, -1, -1, -1, -1, null, null, null);
471
genericEvent = new
BuildWarningEventArgs
(null, null, null, 1, 2, 3, 4, null, null, null);
480
newGenericEvent = new
BuildWarningEventArgs
("Something", "SomeThing", "SomeThing", -1, -1, -1, -1, "Something", "SomeThing", "Something");
497
newGenericEvent = new
BuildWarningEventArgs
("Something", "SomeThing", "SomeThing", -1, -1, -1, -1, "Something", "SomeThing", "Something");
Microsoft.Build.Utilities.UnitTests (2)
EventArgsFormatting_Tests.cs (2)
99
BuildWarningEventArgs warning = new
BuildWarningEventArgs
("CS", "312", "source.cs", 42, 0, 0, 0, "message\r Hello", "help", "sender");
148
BuildWarningEventArgs bwea = new
BuildWarningEventArgs
("VBC",
MSBuild (3)
LogMessagePacketBase.cs (2)
626
LoggingEventType.BuildWarningEvent => new
BuildWarningEventArgs
(null, null, null, -1, -1, -1, -1, null, null, null),
1269
new
BuildWarningEventArgs
(
OutOfProcTaskHostNode.cs (1)
1227
BuildWarningEventArgs warning = new
BuildWarningEventArgs
(
MSBuildTaskHost (3)
LogMessagePacketBase.cs (2)
626
LoggingEventType.BuildWarningEvent => new
BuildWarningEventArgs
(null, null, null, -1, -1, -1, -1, null, null, null),
1269
new
BuildWarningEventArgs
(
OutOfProcTaskHostNode.cs (1)
1227
BuildWarningEventArgs warning = new
BuildWarningEventArgs
(