2 writes to e
Microsoft.Build.Engine (2)
Errors\InternalLoggerException.cs (2)
103this.e = e; 120this.e = (BuildEventArgs)info.GetValue("e", typeof(BuildEventArgs));
2 references to e
Microsoft.Build.Engine (2)
Errors\InternalLoggerException.cs (2)
137info.AddValue("e", e); 173return e;