2 writes to e
Microsoft.Build (2)
Errors\InternalLoggerException.cs (2)
97this.e = e; 117e = (BuildEventArgs)info.GetValue("e", typeof(BuildEventArgs));
2 references to e
Microsoft.Build (2)
Errors\InternalLoggerException.cs (2)
139info.AddValue("e", e); 191return e;