8 references to IsOneWay
mscorlib (2)
system\runtime\remoting\channelservices.cs (2)
755
if(RemotingServices.
IsOneWay
(method))
839
fIsOneWay = RemotingServices.
IsOneWay
(method);
System.Runtime.Remoting (6)
channels\ipc\ipcclientmanager.cs (1)
99
_bOneWayRequest = RemotingServices.
IsOneWay
(mcm.MethodBase);
channels\tcp\tcpclientsocketmanager.cs (1)
110
_bOneWayRequest = RemotingServices.
IsOneWay
(mcm.MethodBase);
metadata\wsdlwriter.cs (4)
1598
if (!RemotingServices.
IsOneWay
(method))
1786
bIsOneWay = RemotingServices.
IsOneWay
(method);
1885
bIsOneWay = RemotingServices.
IsOneWay
(method);
2024
bIsOneWay = RemotingServices.
IsOneWay
(method);