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);
5729
Util.Log("URTComplexType.GetMethod "+name+" count "+
_methods
.Count+" Name "+Name+" base ns "+_baseTypeXmlNS+" base name "+_baseTypeName);
5730
for (int i=0;i<
_methods
.Count;i++)
5732
URTMethod method = (URTMethod)
_methods
[i];
5858
for (int i=0;i<
_methods
.Count;i++)
5859
((URTMethod)
_methods
[i]).ResolveTypes(parser);
5864
for (int i=0;i<
_methods
.Count;i++)
5866
URTMethod method = (URTMethod)
_methods
[i];
6074
if (
_methods
.Count > 0)
6089
for (int i=0;i<
_methods
.Count;i++)
6091
Util.Log("URTComplexType.PrintCSC Invoke methods class methods PrintCSC class "+Name+" methodName "+((URTMethod)
_methods
[i]).Name);
6092
((URTMethod)
_methods
[i]).PrintCSC(textWriter, newIndentation,