3 writes to openException
System.ServiceModel (3)
System\ServiceModel\Channels\PeerNodeImplementation.cs (3)
860openException = e; 1221openException = null; // clear out the open exception from the last Open attempt 1393openException = null;
5 references to openException
System.ServiceModel (5)
System\ServiceModel\Channels\PeerNodeImplementation.cs (5)
859Fx.Assert(openException == null, "OnConnectionAttemptCompleted twice"); 862if (openException == null && DiagnosticUtility.ShouldTraceInformation) 866else if (openException != null && DiagnosticUtility.ShouldTraceError) 1246if (openException != null) 1248throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(openException);