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