118 references to DebugOut
mscorlib (118)
system\runtime\remoting\activationservices.cs (5)
146
Message.
DebugOut
("Fatal Error... Could not create activator\n");
455
Message.
DebugOut
("Allocating blank marshal-by-ref object");
484
Message.
DebugOut
("Creating remoting proxy for " +
490
Message.
DebugOut
("Created remoting proxy\n");
495
Message.
DebugOut
("NewObj did a Connect!");
system\runtime\remoting\context.cs (5)
141
Message.
DebugOut
("Creating Context with ID " + _ctxID + " and flags " + flags + " " + Environment.NewLine);
402
Message.
DebugOut
("Context::GetClientContextChain: IN _ctxID =" + _ctxID + Environment.NewLine);
405
Message.
DebugOut
("Context::GetClientContextChain: _clientContextChain == null, creating chain" + Environment.NewLine);
418
Message.
DebugOut
("Context::GetClientContextChain: checking property " +
426
Message.
DebugOut
("Context::GetClientContextChain: calling GetClientContextSink on " +
system\runtime\remoting\crossappdomainchannel.cs (6)
135
Message.
DebugOut
("XAPPDOMAIN::Creating sink for data \n");
423
Message.
DebugOut
("#### : changed to Server Domain :: "+ (Thread.CurrentContext.InternalContextID).ToString("X") );
467
Message.
DebugOut
("#### : changed back to Client Domain " + (Thread.CurrentContext.InternalContextID).ToString("X"));
479
Message.
DebugOut
("\n::::::::::::::::::::::::: CrossAppDomain Channel: Sync call starting");
563
Message.
DebugOut
("::::::::::::::::::::::::::: CrossAppDomain Channel: Sync call returning!!\n");
571
Message.
DebugOut
("Arrgh.. XAppDomainSink::throwing exception " + e + "\n");
system\runtime\remoting\crosscontextchannel.cs (12)
89
Message.
DebugOut
("::::::::::::::::::::::::: CrossContext Channel: passing to ServerContextChain");
110
Message.
DebugOut
("::::::::::::::::::::::::: CrossContext Channel: back from ServerContextChain");
136
Message.
DebugOut
("\n::::::::::::::::::::::::: CrossContext Channel: Sync call starting");
144
Message.
DebugOut
("Got Server identity \n");
156
Message.
DebugOut
("Arrgh.. XCTXSink::throwing exception " + e + "\n");
166
Message.
DebugOut
("::::::::::::::::::::::::::: CrossContext Channel: Sync call returning!!\n");
187
Message.
DebugOut
("::::::::::::::::::::::::: CrossContext Channel: passing to ServerContextChain");
206
Message.
DebugOut
("::::::::::::::::::::::::: CrossContext Channel: back from ServerContextChain");
214
Message.
DebugOut
("::::::::::::::::::::::::::: CrossContext Channel: Async call starting!!\n");
296
Message.
DebugOut
("::::::::::::::::::::::::::: CrossContext Channel: Async call returning!!\n");
317
Message.
DebugOut
("::::::::::::::::::::::::: CrossContext Channel: passing to ServerContextChain");
321
Message.
DebugOut
("::::::::::::::::::::::::: CrossContext Channel: back from ServerContextChain");
system\runtime\remoting\identityholder.cs (10)
182
Message.
DebugOut
("ResolveIdentity:: URI: " + URI + "\n");
183
Message.
DebugOut
("ResolveIdentity:: table.count: " + URITable.Count + "\n");
267
Message.
DebugOut
("Entered FindOrCreateServerIdentity \n");
318
Message.
DebugOut
("Created ServerIdentity \n");
388
Message.
DebugOut
("Leaving FindOrCreateServerIdentity \n");
427
Message.
DebugOut
("RemotingService::FindOrCreateIdentity: Creating Identity\n");
471
Message.
DebugOut
("RemotingService::FindOrCreateIdentity: Found Identity!\n");
490
Message.
DebugOut
("SetIdentity:: domainid: " + Thread.GetDomainID() + "\n");
518
Message.
DebugOut
("SetIdentity: Generated URI " + URI + " for identity");
665
Message.
DebugOut
("SetIdentity:: Identity::URI: " + idObj.URI + "\n");
system\runtime\remoting\message.cs (8)
2209
Message.
DebugOut
("MessageDE::GetKey i = " + i + "\n");
2849
Message.
DebugOut
("MethodCall ctor IN headers: " + (h1 == null ? "<null>" : h1.ToString()) + "\n");
2858
Message.
DebugOut
("MethodCall ctor OUT\n");
3473
Message.
DebugOut
(
3858
Message.
DebugOut
("MethodCall::FillHeader: key:" + key + "\n");
4744
Message.
DebugOut
("MethodCall::FillHeaders: name: " + (name == null ? "NULL" : name) + "\n");
4745
Message.
DebugOut
("MethodCall::FillHeaders: Value.GetClass: " + (value == null ? "NULL" : value.GetType().FullName) + "\n");
4746
Message.
DebugOut
("MethodCall::FillHeaders: Value.ToString: " + (value == null ? "NULL" : value.ToString()) + "\n");
system\runtime\remoting\objref.cs (5)
187
Message.
DebugOut
("RemotingServices::TypeInfo: Determining length of server heirarchy\n");
197
Message.
DebugOut
("RemotingServices::TypeInfo: Determined length of server heirarchy\n");
213
Message.
DebugOut
("RemotingServices::TypeInfo: Getting implemented interfaces\n");
280
Message.
DebugOut
("CanCastTo returning " + fCastOK + " for type " + castType.FullName + "\n");
961
Message.
DebugOut
("RemotingServices::FillObjRef: IN");
system\runtime\remoting\remotingproxy.cs (11)
311
Message.
DebugOut
("Setting serveridentity on message \n");
325
Message.
DebugOut
("InternalInvoke. Dispatching based on class type\n");
330
Message.
DebugOut
("RemotingProxy.Invoke Call: SyncProcessMsg\n");
371
Message.
DebugOut
("Propagate out params for BeginAsync\n");
414
Message.
DebugOut
("Setting SrvID on deser msg\n");
420
Message.
DebugOut
(
427
Message.
DebugOut
("Calling AsynDispatchMessage \n");
435
Message.
DebugOut
("RemotingProxy.Invoke: Calling AsyncProcessMsg on the envoy chain\n");
653
Message.
DebugOut
("CheckCast for identity " + IdentityObject.GetType());
672
Message.
DebugOut
("Calling CanCastTo for type " + rtType);
704
Message.
DebugOut
( "CheckCast for well known objects and type " + castType);
system\runtime\remoting\remotingservices.cs (40)
392
Message.
DebugOut
("Entered SetObjectUriForMarshal \n");
457
Message.
DebugOut
("Created ServerIdentity \n");
531
Message.
DebugOut
("RemotingServices::Marshal: trying to create objref\n");
540
Message.
DebugOut
("RemotingServices::Marshal: really trying to create objref\n");
554
Message.
DebugOut
("RemotingServices::Marshal: created objref\n");
685
Message.
DebugOut
("Marshaling proxy \n");
721
Message.
DebugOut
("Marshal::Looking up server side identity \n");
755
Message.
DebugOut
("Marshal::Client side identity \n");
779
Message.
DebugOut
("Marshaling object \n");
911
Message.
DebugOut
("Disconnect:: returning " + fDisconnect +
1048
Message.
DebugOut
("RemotingService::Unmarshal returning ");
1062
Message.
DebugOut
("Entering Wrap for context " + Thread.CurrentContext + "\n");
1067
Message.
DebugOut
("Wrapping object \n");
1123
Message.
DebugOut
("Leaving Wrap with proxy \n");
1128
Message.
DebugOut
("Leaving Wrap with passed in object\n");
1177
Message.
DebugOut
("RemotingServices::InternalUnmarshal: <Begin> Current context id: " + (currContext.ContextID).ToString("x") + "\n");
1213
Message.
DebugOut
("RemotingService::InternalUnmarshal IN URI" + objectRef.URI);
1218
Message.
DebugOut
("RemotingServices::Unmarshal: <after FindOrCreateIdentity> Current context id: " +
1226
Message.
DebugOut
("RemotingService::InternalUnmarshal IN URI" + objectRef.URI);
1228
Message.
DebugOut
("RemotingServices::InternalUnmarshal: <Begin> Current context id: " +
1236
Message.
DebugOut
("RemotingServices::InternalUnmarshal: Unmarshalling ServerIdentity\n");
1244
Message.
DebugOut
("RemotingServices::InternalUnmarshal: Current context id: " +
1246
Message.
DebugOut
("RemotingServices::InternalUnmarshal: ServerContext id: " +
1264
Message.
DebugOut
("RemotingServices::InternalUnmarshal: Contexts don't match, returning proxy\n");
1289
Message.
DebugOut
("RemotingServices::InternalUnmarshal: Unmarshalling Client-side Identity\n");
1316
Message.
DebugOut
("RemotingService::InternalUnmarshl OUT \n");
1327
Message.
DebugOut
("Entering GetOrCreateProxy for given proxy\n");
1395
Message.
DebugOut
("Creating Proxy for type " + serverType.FullName + "\n");
1417
Message.
DebugOut
("Leaving GetOrCreateProxy for given proxy\n");
1428
Message.
DebugOut
("Entering GetOrCreateProxy for given class\n");
1472
Message.
DebugOut
("Leaving GetOrCreateProxy for given class\n");
1482
Message.
DebugOut
("Entering SetOrCreateProxy for type \n");
1489
Message.
DebugOut
("SetOrCreateProxy::Creating Proxy for " +
1519
Message.
DebugOut
("SetOrCreateProxy::Proxy already created \n");
1532
Message.
DebugOut
("Leaving SetOrCreateProxy\n");
1558
Message.
DebugOut
("Creating envoy and channel sinks \n");
1690
Message.
DebugOut
("Setting up envoy and channel sinks \n");
1730
Message.
DebugOut
("Entered CheckCast for type " + castType);
1777
Message.
DebugOut
("CheckCast returning " + fCastOK);
1859
Message.
DebugOut
("Creating proxy for domain " + appDomainId + "\n");
system\runtime\remoting\remotingsurrogateselector.cs (4)
92
Message.
DebugOut
("Entered GetSurrogate for " + type.FullName + "\n");
96
Message.
DebugOut
("Selected surrogate for " + type.FullName);
154
Message.
DebugOut
("RemotingSurrogate::GetObjectData obj.Type: " + obj.GetType().FullName + " \n");
509
Message.
DebugOut
("MessageSurrogate::GetObjectData. Method not overloaded, so no MethodSignature \n");
system\runtime\remoting\stackbuildersink.cs (2)
140
Message.
DebugOut
("StackBuilderSink::Calling PrivateProcessMessage\n");
178
Message.
DebugOut
(
system\runtime\remoting\terminatorsinks.cs (10)
102
Message.
DebugOut
("GetServerIdentity.ServerIdentity from IInternalMessage\n");
114
Message.
DebugOut
("GetServerIdentity.ServerIdentity from IMethodCallMessage\n");
193
Message.
DebugOut
("---------------------------Envoy Chain Terminator: SyncProcessMessage");
206
Message.
DebugOut
("---------------------------Envoy Chain Terminator: AsyncProcessMessage");
283
Message.
DebugOut
("+++++++++++++++++++++++++ CliCtxTerminator: SyncProcessMsg");
377
Message.
DebugOut
("+++++++++++++++++++++++++ CliCtxTerminator: AsyncProcessMsg");
581
Message.
DebugOut
("+++++++++++++++++++++++++ SrvCtxTerminator: SyncProcessMsg");
633
Message.
DebugOut
("+++++++++++++++++++++++++ SrvCtxTerminator: SyncProcessMsg");
748
Message.
DebugOut
("+++++++++++++++++++++++++ SrvObjTerminator: SyncProcessMsg\n");
769
Message.
DebugOut
("ServerObjectTerminator.Invoking method on object\n");