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