2 writes to buildEventContext
Microsoft.Build.Engine (2)
Errors\RemoteErrorException.cs (2)
29this.buildEventContext = buildEventContext; 43this.buildEventContext = (BuildEventContext)info.GetValue("buildEventContext", typeof(BuildEventContext));
2 references to buildEventContext
Microsoft.Build.Engine (2)
Errors\RemoteErrorException.cs (2)
57info.AddValue("buildEventContext", buildEventContext); 70return buildEventContext;