11 references to RemotingAssert
System.Runtime.Remoting (11)
channels\core\basetransportheaders.cs (1)
224
InternalRemotingServices.
RemotingAssert
(false, "someone forgot to update this method");
channels\core\socketcache.cs (1)
238
InternalRemotingServices.
RemotingAssert
(bRes, "someone else has the socket?");
channels\core\socketmanager.cs (4)
181
InternalRemotingServices.
RemotingAssert
(false, "SocketHandler claiming a byte buffer after it has been returned to the pool");
404
InternalRemotingServices.
RemotingAssert
(buffer.Length == 4, "expecting 4 byte buffer.");
478
InternalRemotingServices.
RemotingAssert
(_dataCount == 0,
528
InternalRemotingServices.
RemotingAssert
(endIndex <= dataEnd, "endIndex shouldn't pass dataEnd");
channels\http\httpchannelhelper.cs (2)
190
InternalRemotingServices.
RemotingAssert
(oldChannelUri != null, "http url expected.");
191
InternalRemotingServices.
RemotingAssert
(objUri != null, "non-null objUri expected.");
channels\ipc\ipcport.cs (1)
319
InternalRemotingServices.
RemotingAssert
(_handle.Handle != IntPtr.Zero, "Handle should be valid");
channels\tcp\tcpsocketmanager.cs (1)
50
InternalRemotingServices.
RemotingAssert
(
metadata\sdlchannelsink.cs (1)
302
InternalRemotingServices.
RemotingAssert
(co == typeCount, "Not all types were processed.");