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