1 write to _methods
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
5507_methods = new ArrayList();
12 references to _methods
System.Runtime.Remoting (12)
metadata\wsdlparser.cs (12)
5719_methods.Add(method); 5729Util.Log("URTComplexType.GetMethod "+name+" count "+_methods.Count+" Name "+Name+" base ns "+_baseTypeXmlNS+" base name "+_baseTypeName); 5730for (int i=0;i<_methods.Count;i++) 5732URTMethod method = (URTMethod) _methods[i]; 5858for (int i=0;i<_methods.Count;i++) 5859((URTMethod) _methods[i]).ResolveTypes(parser); 5864for (int i=0;i<_methods.Count;i++) 5866URTMethod method = (URTMethod) _methods[i]; 6074if (_methods.Count > 0) 6089for (int i=0;i<_methods.Count;i++) 6091Util.Log("URTComplexType.PrintCSC Invoke methods class methods PrintCSC class "+Name+" methodName "+((URTMethod) _methods[i]).Name); 6092((URTMethod) _methods[i]).PrintCSC(textWriter, newIndentation,