2 writes to eventArgs
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\ClassValidator.cs (2)
28
this.
eventArgs
= null;
67
this.
eventArgs
= new List<LogData>();
5 references to eventArgs
XamlBuildTask (5)
Microsoft\Build\Tasks\Xaml\ClassValidator.cs (5)
48
if (this.
eventArgs
!= null && failOnFirstError)
50
validationErrors = this.
eventArgs
;
55
validationErrors = this.
eventArgs
;
65
if (this.
eventArgs
== null)
70
this.
eventArgs
.Add(new LogData()