2 instantiations of CoreClrSocketConnection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (2)
929
return new
CoreClrSocketConnection
(socket, _connectionBufferPool);
946
return new
CoreClrSocketConnection
(socket, _connectionBufferPool);
4 references to CoreClrSocketConnection
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (4)
105
((
CoreClrSocketConnection
)e.UserToken).OnReceiveAsync(sender, e);
110
((
CoreClrSocketConnection
)e.UserToken).OnSendAsync(sender, e);
119
CoreClrSocketConnection
thisPtr = (
CoreClrSocketConnection
)state;