2 writes to exception
Microsoft.Build.Engine (2)
LocalProvider\LocalCallDescriptor.cs (2)
1132this.exception = null; 1186exception = engineCallback.PostCacheEntriesToHost(nodeId, this.entries, this.scopeName, this.scopeProperties, this.scopeToolsVersion, this.cacheContentType);
1 reference to exception
Microsoft.Build.Engine (1)
LocalProvider\LocalCallDescriptor.cs (1)
1191return new LocalReplyCallDescriptor(this.CallNumber, this.exception);