15 references to SUDSType
System.Runtime.Remoting (15)
metadata\wsdlparser.cs (15)
1615
parsingComplexType.SUDSType =
SUDSType
.ClientProxy;
1617
parsingComplexType.SUDSType =
SUDSType
.MarshalByRef;
1641
extendsComplexType.SUDSType =
SUDSType
.ClientProxy;
1643
extendsComplexType.SUDSType =
SUDSType
.MarshalByRef;
1682
parsingComplexType.SUDSType =
SUDSType
.ClientProxy;
1684
parsingComplexType.SUDSType =
SUDSType
.MarshalByRef;
3601
if (_complexType.SUDSType ==
SUDSType
.ClientProxy)
5510
_sudsType =
SUDSType
.None;
5594
internal
SUDSType
SUDSType
5754
if (_sudsType ==
SUDSType
.None)
5757
_sudsType =
SUDSType
.ClientProxy;
5759
_sudsType =
SUDSType
.MarshalByRef;
5943
if (_sudsType !=
SUDSType
.ClientProxy)
6201
if ((cs._sudsType !=
SUDSType
.ClientProxy) && !cs.IsArray())
6442
private
SUDSType
_sudsType;