116 references to InternalRemotingServices
mscorlib (39)
system\runtime\remoting\activationservices.cs (1)
1352InternalRemotingServices.GetReflectionCachedData(mb);
system\runtime\remoting\channelservices.cs (1)
724InternalRemotingServices.GetReflectionCachedData(method);
system\runtime\remoting\channelsinkstacks.cs (2)
414InternalRemotingServices.GetReflectionCachedData(_asyncEnd); 418InternalRemotingServices.GetReflectionCachedData(syncMI);
system\runtime\remoting\configuration.cs (3)
665InternalRemotingServices.GetReflectionCachedData(svrType); 698InternalRemotingServices.GetReflectionCachedData(svrType); 791InternalRemotingServices.GetReflectionCachedData(svrType);
system\runtime\remoting\message.cs (14)
306InternalRemotingServices.GetReflectionCachedData(GetMethodBase()); 367InternalRemotingServices.GetReflectionCachedData(GetMethodBase()); 473InternalRemotingServices.GetReflectionCachedData(mb); 498RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(mb); 2690RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(_methodBase); 3226typeCache = InternalRemotingServices.GetReflectionCachedData(t); 3451RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 3572RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 4148_methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 4162_methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 4193_methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 4597RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 5236InternalRemotingServices.GetReflectionCachedData(mb); 5248InternalRemotingServices.GetReflectionCachedData(mb);
system\runtime\remoting\objref.cs (1)
1008InternalRemotingServices.GetReflectionCachedData(typeOfObj);
system\runtime\remoting\realproxy.cs (1)
477InternalRemotingServices.GetReflectionCachedData(mb);
system\runtime\remoting\remotingservices.cs (3)
1906InternalRemotingServices.GetReflectionCachedData(msg.MethodBase); 2038InternalRemotingServices.GetReflectionCachedData(method); 2532InternalRemotingServices.GetReflectionCachedData(type);
system\runtime\remoting\remotingsurrogateselector.cs (2)
292SoapMethodAttribute attr = (SoapMethodAttribute)InternalRemotingServices.GetCachedSoapAttribute(mb); 376RemotingMethodCachedData cache = (RemotingMethodCachedData)InternalRemotingServices.GetReflectionCachedData(mb);
system\runtime\remoting\soap.cs (9)
189InternalRemotingServices.GetCachedSoapAttribute(type); 204InternalRemotingServices.GetCachedSoapAttribute(field); 322InternalRemotingServices.GetCachedSoapAttribute(type); 354InternalRemotingServices.GetCachedSoapAttribute(type); 375InternalRemotingServices.GetCachedSoapAttribute(mb); 384InternalRemotingServices.GetCachedSoapAttribute(mb); 393(SoapMethodAttribute)InternalRemotingServices.GetCachedSoapAttribute(mb); 429(SoapMethodAttribute)InternalRemotingServices.GetCachedSoapAttribute(mb); 449InternalRemotingServices.GetCachedSoapAttribute(mb);
system\runtime\remoting\stackbuildersink.cs (2)
138InternalRemotingServices.GetReflectionCachedData(mb); 237InternalRemotingServices.GetReflectionCachedData(mb);
System.Runtime.Remoting (77)
channels\core\basetransportheaders.cs (1)
224InternalRemotingServices.RemotingAssert(false, "someone forgot to update this method");
channels\core\corechannel.cs (30)
158InternalRemotingServices.RemotingTrace(string.Format( 382InternalRemotingServices.RemotingTrace("HTTPChannel::GetHeaders creating a new array of length " + (i+1) + "\n"); 472(SoapTypeAttribute)InternalRemotingServices.GetCachedSoapAttribute(type); 610InternalRemotingServices.RemotingTrace("SerializeMessage"); 611InternalRemotingServices.RemotingTrace("MimeType: " + mimeType); 624InternalRemotingServices.RemotingTrace("SerializeMessage: OUT"); 637InternalRemotingServices.RemotingTrace("DeserializeMessage"); 638InternalRemotingServices.RemotingTrace("MimeType: " + mimeType); 663InternalRemotingServices.RemotingTrace("***************** Before base64 decode *****"); 677InternalRemotingServices.RemotingTrace("***************** after base64 decode *****"); 689InternalRemotingServices.RemotingTrace("Content"); 690InternalRemotingServices.RemotingTrace("***************** Before Deserialize Headers *****"); 692InternalRemotingServices.RemotingTrace("***************** After Deserialize Headers *****"); 694InternalRemotingServices.RemotingTrace("***************** Before Deserialize Message *****"); 699InternalRemotingServices.RemotingTrace("***************** Before Deserialize Message - as MethodCall *****"); 707InternalRemotingServices.RemotingTrace("***************** Before Deserialize Message - as MethodResponse *****"); 712InternalRemotingServices.RemotingTrace("***************** After Deserialize Message *****"); 718InternalRemotingServices.RemotingTrace("CoreChannel::DeserializeMessage OUT"); 728InternalRemotingServices.RemotingTrace("MimeTypeToFormatter: mimeType: " + mimeType); 996InternalRemotingServices.DebugOutChnl(s); 1080InternalRemotingServices.RemotingTrace("****************************************************\r\n"); 1081InternalRemotingServices.RemotingTrace("EXCEPTION THROWN!!!!!! - " + name); 1082InternalRemotingServices.RemotingTrace("\r\n"); 1084InternalRemotingServices.RemotingTrace(e.Message); 1085InternalRemotingServices.RemotingTrace("\r\n"); 1087InternalRemotingServices.RemotingTrace(e.GetType().FullName); 1088InternalRemotingServices.RemotingTrace("\r\n"); 1090InternalRemotingServices.RemotingTrace(e.StackTrace); 1091InternalRemotingServices.RemotingTrace("\r\n"); 1092InternalRemotingServices.RemotingTrace("****************************************************\r\n");
channels\core\socketcache.cs (2)
148InternalRemotingServices.RemotingTrace("RemoteConnection::CreateNewSocket: connecting new socket :: " + ipEndPoint); 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 (5)
77InternalRemotingServices.RemotingTrace("HTTPChannel.Parse URI in: " + url); 78InternalRemotingServices.RemotingTrace("HTTPChannel.Parse channelURI: " + channelURI); 79InternalRemotingServices.RemotingTrace("HTTPChannel.Parse objectURI: " + objectURI); 190InternalRemotingServices.RemotingAssert(oldChannelUri != null, "http url expected."); 191InternalRemotingServices.RemotingAssert(objUri != null, "non-null objUri expected.");
channels\http\httpclientchannel.cs (4)
479InternalRemotingServices.RemotingTrace("HttpTransportSenderSink::ProcessMessage"); 561InternalRemotingServices.RemotingTrace("HttpClientChannel::SetupWebRequest Message uri is " + msgUri); 585InternalRemotingServices.RemotingTrace("HttpClientChannel::SetupWebRequest FullPath " + fullPath); 666InternalRemotingServices.RemotingTrace("HttpClientTransportSink::SetupWebRequest - Get Http Request Headers");
channels\http\httpremotinghandler.cs (11)
292InternalRemotingServices.RemotingTrace("HttpHandler: Exception thrown...\n"); 293InternalRemotingServices.RemotingTrace(e.StackTrace); 341InternalRemotingServices.DebugOutChnl("Process Request called."); 342InternalRemotingServices.DebugOutChnl("Path = " + request.Path); 343InternalRemotingServices.DebugOutChnl("PhysicalPath = " + request.PhysicalPath); 345InternalRemotingServices.DebugOutChnl("HttpMethod = " + request.HttpMethod); 346InternalRemotingServices.DebugOutChnl("ContentType = " + request.ContentType); 347InternalRemotingServices.DebugOutChnl("PathInfo = " + request.PathInfo); 390InternalRemotingServices.DebugOutChnl("HttpRemotingHandlderFactory::GetHanlder: IN"); 404InternalRemotingServices.DebugOutChnl("HttpRemotingHandlderFactory::GetHanlder: non-post -- send to WebServices"); 409InternalRemotingServices.DebugOutChnl("HttpRemotingHandlderFactory::GetHandler: post -- handling with Remoting");
channels\http\httpserverchannel.cs (4)
309InternalRemotingServices.RemotingTrace("HttpChannel.StartListening"); 348InternalRemotingServices.RemotingTrace("HTTPChannel.StopListening"); 439InternalRemotingServices.RemotingTrace( "Waiting to Accept the Socket on Port: " + _port); 448InternalRemotingServices.RemotingTrace("TCPChannel::Listen - tcpListen.Pending() == true");
channels\ipc\ipcclientchannel.cs (2)
279InternalRemotingServices.RemotingTrace("IpcClientChannel::ProcessMessage"); 319InternalRemotingServices.RemotingTrace("IpcClientTransportSink::AsyncProcessRequest");
channels\ipc\ipcport.cs (1)
319InternalRemotingServices.RemotingAssert(_handle.Handle != IntPtr.Zero, "Handle should be valid");
channels\ipc\ipcserverchannel.cs (4)
257InternalRemotingServices.RemotingTrace("IpcChannel.StartListening"); 280InternalRemotingServices.RemotingTrace("IpcChannel.StopListening"); 293InternalRemotingServices.RemotingTrace( "Waiting to Accept a Connection on Port: " + _portName); 328InternalRemotingServices.RemotingTrace("IpcChannel::Listen");
channels\tcp\tcpclientchannel.cs (2)
388InternalRemotingServices.RemotingTrace("TcpClientTransportSink::ProcessMessage"); 410InternalRemotingServices.RemotingTrace("TcpClientTransportSink::AsyncProcessRequest");
channels\tcp\tcpserverchannel.cs (3)
317InternalRemotingServices.RemotingTrace("HTTPChannel.StartListening"); 341InternalRemotingServices.RemotingTrace("HTTPChannel.StopListening"); 382InternalRemotingServices.RemotingTrace("TCPChannel::Listen - tcpListen.Pending() == true");
channels\tcp\tcpsocketmanager.cs (1)
50InternalRemotingServices.RemotingAssert(
metadata\sdlchannelsink.cs (1)
302InternalRemotingServices.RemotingAssert(co == typeCount, "Not all types were processed.");
metadata\wsdlwriter.cs (2)
182SoapTypeAttribute att = InternalRemotingServices.GetCachedSoapAttribute(type) as SoapTypeAttribute; 1603SoapMethodAttribute soapAttribute = (SoapMethodAttribute)InternalRemotingServices.GetCachedSoapAttribute(method);