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