3 writes to SupportsAsyncOpenClose
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\LayeredChannel.cs (1)
24base.SupportsAsyncOpenClose = true;
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
320SupportsAsyncOpenClose = true;
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
22SupportsAsyncOpenClose = true;
4 references to SupportsAsyncOpenClose
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\CommunicationObject.cs (4)
310if (SupportsAsyncOpenClose) 560if (SupportsAsyncOpenClose) 1023if (other is CommunicationObject communicationObject && communicationObject.SupportsAsyncOpenClose) 1053if (other is CommunicationObject communicationObject && communicationObject.SupportsAsyncOpenClose)