3 references to SocketReadStopIsEnabled
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (3)
332
if (WcfEventSource.Instance.
SocketReadStopIsEnabled
())
348
if (completionResult == AsyncCompletionResult.Completed && WcfEventSource.Instance.
SocketReadStopIsEnabled
())
363
if (_asyncReadException != null && WcfEventSource.Instance.
SocketReadStopIsEnabled
())