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