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