2 writes to _activationType
mscorlib (2)
system\runtime\remoting\message.cs (2)
3974
_activationType
= null;
4023
_activationType
= RemotingServices.InternalGetTypeFromQualifiedTypeName(_activationTypeName, false);
2 references to _activationType
mscorlib (2)
system\runtime\remoting\message.cs (2)
4022
if ((
_activationType
== null) && (_activationTypeName != null))
4025
return
_activationType
;