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