3 references to Count
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (2)
460
Contract.Assert(eventArgs.BytesTransferred == _asyncWriteEventArgs.
Count
, "The socket SendAsync did not send all the bytes.");
645
size != _asyncReadEventArgs.
Count
)
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
588
throw new ArgumentException(SR.net_buffercounttoosmall, nameof(
Count
));