2 writes to _isSynchronousOpen
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\CommunicationObject.cs (2)
497_isSynchronousOpen = true; 1025communicationObject._isSynchronousOpen = _isSynchronousOpen;
3 references to _isSynchronousOpen
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\CommunicationObject.cs (3)
569if (_isSynchronousOpen) 1025communicationObject._isSynchronousOpen = _isSynchronousOpen; 1033if (_isSynchronousOpen)