4 references to IsMethodOverloaded
mscorlib (3)
system\runtime\remoting\messagesmuggler.cs (1)
324
if (RemotingServices.
IsMethodOverloaded
(mcm))
system\runtime\remoting\remotingsurrogateselector.cs (1)
504
if (constructionMessage || RemotingServices.
IsMethodOverloaded
(msg))
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
233
if (mcm.MethodSignature != null && RemotingServices.
IsMethodOverloaded
(mcm))
System.Runtime.Remoting (1)
channels\core\corechannel.cs (1)
332
&& (!RemotingServices.
IsMethodOverloaded
(msg))