1 write to buildWarningEventArgsType
Microsoft.Build.Engine (1)
Engine\EngineProxy.cs (1)
678buildWarningEventArgsType = typeof(BuildWarningEventArgs);
2 references to buildWarningEventArgsType
Microsoft.Build.Engine (2)
Engine\EngineProxy.cs (2)
676if (buildWarningEventArgsType == null) 680return buildWarningEventArgsType;