6 references to CallType
mscorlib (6)
system\runtime\remoting\realproxy.cs (6)
692
CallType
callType = (
CallType
)type;
700
if(
CallType
.MethodCall == callType)
707
else if (
CallType
.ConstructorCall == (
CallType
)callType)
855
if(
CallType
.ConstructorCall == callType)