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)
3590Util.Log("URTMethod.FindMethodAttributes "+Name+" complexType "+_complexType); 3591if (_complexType == null) 3594Util.Log("URTMethod.FindMethodAttributes "+_complexType.Name); 3596ArrayList inherit = _complexType.Inherit; 3601if (_complexType.SUDSType == SUDSType.ClientProxy) 3603else if (_complexType.SudsUse == SudsUse.MarshalByRef) 3605else if (_complexType.SudsUse == SudsUse.ServicedComponent) 3618_complexType.Inherit = inherit;