6 writes to unhandledException
Microsoft.Build.Engine (6)
Introspector\NodeStatus.cs (6)
40this.unhandledException = null; 56this.unhandledException = unhandledException; 72this.unhandledException = null; 87this.unhandledException = null; 327status.unhandledException = null; 331status.unhandledException = (Exception)formatter.Deserialize(reader.BaseStream);
3 references to unhandledException
Microsoft.Build.Engine (3)
Introspector\NodeStatus.cs (3)
216return unhandledException; 279if (unhandledException == null) 286formatter.Serialize(writer.BaseStream, unhandledException);