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