2 writes to _isSynchronousClose
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\CommunicationObject.cs (2)
219_isSynchronousClose = true; 1055communicationObject._isSynchronousClose = _isSynchronousClose;
4 references to _isSynchronousClose
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\CommunicationObject.cs (3)
319if (_isSynchronousClose) 1055communicationObject._isSynchronousClose = _isSynchronousClose; 1063if (_isSynchronousClose)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
498if (_isSynchronousClose)