5 references to GetCallType
mscorlib (5)
system\runtime\remoting\realproxy.cs (2)
524
int callType = m.
GetCallType
();
705
msgFlags = msg.
GetCallType
();
system\runtime\remoting\remotingproxy.cs (3)
226
callType = msg.
GetCallType
();
502
rp.InternalInvoke(m, true, m.
GetCallType
());
506
int callType = m.
GetCallType
();