3 instantiations of ConstructorCallMessage
mscorlib (3)
system\runtime\remoting\activationservices.cs (1)
260
new
ConstructorCallMessage
(
system\runtime\remoting\realproxy.cs (2)
721
ctorMsg = new
ConstructorCallMessage
(null, null, null, (RuntimeType)GetProxiedType());
747
ctorMsg = new
ConstructorCallMessage
(null, null, null, (RuntimeType)GetProxiedType());
18 references to ConstructorCallMessage
mscorlib (18)
system\runtime\remoting\activationservices.cs (7)
238
ref
ConstructorCallMessage
ctorCallMsg)
450
ConstructorCallMessage
ctorCallMsg = null;
536
if (((
ConstructorCallMessage
)ctorMsg).ActivateInContext)
585
((
ConstructorCallMessage
)ctorMsg).GetWOMAttributes());
589
((
ConstructorCallMessage
)ctorMsg).GetTypeAttributes());
821
if (msg is
ConstructorCallMessage
)
826
proxyForObject = ((
ConstructorCallMessage
)msg).GetThisPtr();
system\runtime\remoting\message.cs (4)
1456
ConstructorCallMessage
ccm = _ccmsg as
ConstructorCallMessage
;
1481
((
ConstructorCallMessage
)_ccmsg).Uri = (String)value;
1484
((
ConstructorCallMessage
)_ccmsg).SetLogicalCallContext(
system\runtime\remoting\realproxy.cs (5)
437
else if (reqMsg is
ConstructorCallMessage
)
462
ConstructorCallMessage
ccm = msg as
ConstructorCallMessage
;
714
ConstructorCallMessage
ctorMsg = null;
930
((
ConstructorCallMessage
)reqMsg).SetLogicalCallContext(cctx);
system\runtime\remoting\remotingproxy.cs (2)
40
private
ConstructorCallMessage
_ccm;
558
internal
ConstructorCallMessage
ConstructorMessage