12 references to URTParamType
System.Runtime.Remoting (12)
metadata\wsdlparser.cs (12)
3308URTParamType pType, bool bEmbedded, WsdlParser parser, URTNamespace urtNamespace) 3338internal URTParamType ParamType 3385private URTParamType _pType; 3525if (extParam.ParamType == URTParamType.IN && 3526newParam.ParamType == URTParamType.OUT && 3530extParam.ParamType = URTParamType.REF; 3568if ((_methodType == null) && (newParam.ParamType == URTParamType.OUT)) 3821if (param.ParamType == URTParamType.OUT) 4041URTParamType pType; 4046pType = URTParamType.OUT; 4057pType = URTParamType.IN; 4067pType = URTParamType.OUT;