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