2 implementations of IConstructionCallMessage
mscorlib (2)
system\runtime\remoting\message.cs (2)
963
internal class ConstructorCallMessage :
IConstructionCallMessage
3915
public class ConstructionCall : MethodCall,
IConstructionCallMessage
60 references to IConstructionCallMessage
mscorlib (60)
system\runtime\remoting\activationservices.cs (23)
313
Context ctx,
IConstructionCallMessage
ctorMsg, Object[] attributes)
350
IConstructionCallMessage
ctorMsg, Object[] attributes)
532
RemotingProxy remProxy,
IConstructionCallMessage
ctorMsg)
580
(
IConstructionCallMessage
)ctorMsg,
588
(
IConstructionCallMessage
)ctorMsg,
632
IConstructionCallMessage
reqMsg)
718
IConstructionCallMessage
reqMsg = (
IConstructionCallMessage
) args[0];
757
IConstructionCallMessage
reqMsg)
778
IConstructionCallMessage
ctorMsg,
1034
internal static Object ConnectIfNecessary(
IConstructionCallMessage
ctorMsg)
1062
RemotingProxy proxy,
IConstructionCallMessage
ctorMsg)
1129
Context ctx,
IConstructionCallMessage
ctorMsg)
1208
IConstructionCallMessage
ctorMsg)
1279
private static MethodBase GetMethodBase(
IConstructionCallMessage
msg)
1300
IConstructionCallMessage
ctorMsg)
1391
IConstructionCallMessage
ctorMsg)
1465
IConstructionCallMessage
ctorMsg)
1555
IConstructionCallMessage
ctorMsg)
1609
IConstructionCallMessage
ctorMsg)
1659
IConstructionCallMessage
ctorMsg)
1685
public virtual bool IsContextOK(Context ctx,
IConstructionCallMessage
msg)
1697
public virtual void GetPropertiesForNewContext(
IConstructionCallMessage
ctorMsg)
system\runtime\remoting\context.cs (5)
526
Contract.Assert( (msg is
IConstructionCallMessage
)
529
Contract.Assert( !((msg is
IConstructionCallMessage
) &&
556
IConstructionCallMessage
ccm = msg as
IConstructionCallMessage
;
593
if (msg is
IConstructionCallMessage
)
system\runtime\remoting\contextproperty.cs (7)
68
bool IsContextOK(Context ctx,
IConstructionCallMessage
msg);
71
void GetPropertiesForNewContext(
IConstructionCallMessage
msg);
110
bool IsOKToActivate(
IConstructionCallMessage
msg);
113
void CollectFromClientContext(
IConstructionCallMessage
msg);
116
bool DeliverClientContextToServerContext(
IConstructionCallMessage
msg);
202
Context ctx,
IConstructionCallMessage
ctorMsg)
231
IConstructionCallMessage
ctorMsg)
system\runtime\remoting\enterpriseserviceshelper.cs (1)
44
public static IConstructionReturnMessage CreateConstructionReturnMessage(
IConstructionCallMessage
ctorMsg, MarshalByRefObject retObj)
system\runtime\remoting\iactivator.cs (1)
37
IConstructionReturnMessage Activate(
IConstructionCallMessage
msg);
system\runtime\remoting\message.cs (4)
909
LogicalCallContext callCtx,
IConstructionCallMessage
ccm)
916
public ConstructorReturnMessage(Exception e,
IConstructionCallMessage
ccm)
1409
internal
IConstructionCallMessage
_ccmsg; // back pointer to message object
1412
public CCMDictionary(
IConstructionCallMessage
msg, IDictionary idict)
system\runtime\remoting\proxyattribute.cs (2)
111
public bool IsContextOK(Context ctx,
IConstructionCallMessage
msg)
119
public void GetPropertiesForNewContext(
IConstructionCallMessage
msg)
system\runtime\remoting\realproxy.cs (1)
176
public IConstructionReturnMessage InitializeServerObject(
IConstructionCallMessage
ctorMsg)
system\runtime\remoting\remotingproxy.cs (3)
163
IConstructionCallMessage
ccm = reqMsg as
IConstructionCallMessage
;
468
private IConstructionReturnMessage InternalActivate(
IConstructionCallMessage
ctorMsg)
system\runtime\remoting\remotingservices.cs (1)
1919
if((msg is
IConstructionCallMessage
) ||
system\runtime\remoting\remotingsurrogateselector.cs (1)
460
if (obj is
IConstructionCallMessage
)
system\runtime\remoting\synchronizeddispatch.cs (2)
181
public override bool IsContextOK(Context ctx,
IConstructionCallMessage
msg)
222
public override void GetPropertiesForNewContext(
IConstructionCallMessage
ctorMsg)
system\runtime\remoting\terminatorsinks.cs (7)
52
if (reqMsg is
IConstructionCallMessage
)
301
if (reqMsg is
IConstructionCallMessage
)
311
replyMsg = ((
IConstructionCallMessage
)reqMsg).Activator.Activate(
312
(
IConstructionCallMessage
)reqMsg);
591
if (reqMsg is
IConstructionCallMessage
)
601
replyMsg = ((
IConstructionCallMessage
)reqMsg).Activator.Activate((
IConstructionCallMessage
)reqMsg);
system\runtime\remoting\urlattribute.cs (2)
62
public override bool IsContextOK(Context ctx,
IConstructionCallMessage
msg)
70
public override void GetPropertiesForNewContext(
IConstructionCallMessage
ctorMsg)