1 write to _complexType
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
3438
_complexType
= complexType;
8 references to _complexType
System.Runtime.Remoting (8)
metadata\wsdlparser.cs (8)
3590
Util.Log("URTMethod.FindMethodAttributes "+Name+" complexType "+
_complexType
);
3591
if (
_complexType
== null)
3594
Util.Log("URTMethod.FindMethodAttributes "+
_complexType
.Name);
3596
ArrayList inherit =
_complexType
.Inherit;
3601
if (
_complexType
.SUDSType == SUDSType.ClientProxy)
3603
else if (
_complexType
.SudsUse == SudsUse.MarshalByRef)
3605
else if (
_complexType
.SudsUse == SudsUse.ServicedComponent)
3618
_complexType
.Inherit = inherit;