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