5 implementations of OutArgs
mscorlib (4)
system\runtime\remoting\message.cs (4)
2441
public Object[]
OutArgs
2733
public Object[]
OutArgs
4641
public Object[]
OutArgs
6115
public virtual Object[]
OutArgs
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
597
public object[]
OutArgs
2 references to OutArgs
mscorlib (2)
system\runtime\remoting\message.cs (1)
5951
case "__OutArgs": return _mrmsg.
OutArgs
;
system\runtime\remoting\realproxy.cs (1)
223
Object[] outArgs = (msg == null ? null : msg.
OutArgs
);