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