3 references to IsOneWay
mscorlib (3)
system\runtime\remoting\remotingattributes.cs (3)
438
isOneWay |= MethodCacheFlags.
IsOneWay
;
441
return (isOneWay & MethodCacheFlags.
IsOneWay
) != 0;
443
return (flags & MethodCacheFlags.
IsOneWay
) != 0;