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