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