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);
4725
foreach (URTMethod urtMethod in
_methods
)
4774
for (int i=0;i<
_methods
.Count;i++)
4775
((URTMethod)
_methods
[i]).ResolveTypes(parser);
4846
Util.Log("URTInterface.PrintCSC method count "+
_methods
.Count);
4848
for (int i=0;i<
_methods
.Count;i++)
4850
Util.Log("URTInterface.PrintCSC Invoke methods in Interface PrintCSC "+Name+" methodName "+((URTMethod)
_methods
[i]).Name);
4851
NewNeeded((URTMethod)
_methods
[i]);
4852
((URTMethod)
_methods
[i]).PrintCSC(textWriter, newIndentation,
4878
Util.Log("URTInterface.PrintClassMethods method 2 "+Name+" _methods.Count "+
_methods
.Count);
4882
if (
_methods
.Count > 0)
4907
for (int i=0;i<
_methods
.Count;i++)
4909
Util.Log("URTInterface.PrintClassMethods URTMethod invoke interface methods in class PrintCSC "+Name+" methodName "+((URTMethod)
_methods
[i]));
4911
((URTMethod)
_methods
[i]).PrintCSC(textWriter, indentation,