1 write to _methods
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
4675_methods = new ArrayList();
14 references to _methods
System.Runtime.Remoting (14)
metadata\wsdlparser.cs (14)
4704_methods.Add(method); 4725foreach (URTMethod urtMethod in _methods) 4774for (int i=0;i<_methods.Count;i++) 4775((URTMethod) _methods[i]).ResolveTypes(parser); 4846Util.Log("URTInterface.PrintCSC method count "+_methods.Count); 4848for (int i=0;i<_methods.Count;i++) 4850Util.Log("URTInterface.PrintCSC Invoke methods in Interface PrintCSC "+Name+" methodName "+((URTMethod) _methods[i]).Name); 4851NewNeeded((URTMethod)_methods[i]); 4852((URTMethod) _methods[i]).PrintCSC(textWriter, newIndentation, 4878Util.Log("URTInterface.PrintClassMethods method 2 "+Name+" _methods.Count "+_methods.Count); 4882if (_methods.Count > 0) 4907for (int i=0;i<_methods.Count;i++) 4909Util.Log("URTInterface.PrintClassMethods URTMethod invoke interface methods in class PrintCSC "+Name+" methodName "+((URTMethod) _methods[i])); 4911((URTMethod) _methods[i]).PrintCSC(textWriter, indentation,