4 writes to _sudsType
System.Runtime.Remoting (4)
metadata\wsdlparser.cs (4)
5510_sudsType = SUDSType.None; 5597set { _sudsType = value;} 5757_sudsType = SUDSType.ClientProxy; 5759_sudsType = SUDSType.MarshalByRef;
5 references to _sudsType
System.Runtime.Remoting (5)
metadata\wsdlparser.cs (5)
5596get { return(_sudsType);} 5754if (_sudsType == SUDSType.None) 5943if (_sudsType != SUDSType.ClientProxy) 6067Util.Log("URTComplexType.PrintCSC _sudsType "+((Enum)_sudsType).ToString()); 6201if ((cs._sudsType != SUDSType.ClientProxy) && !cs.IsArray())