1 write to _URTInterfaces
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
6543
_URTInterfaces
= new ArrayList();
9 references to _URTInterfaces
System.Runtime.Remoting (9)
metadata\wsdlparser.cs (9)
6610
_URTInterfaces
.Add(iface);
6664
(
_URTInterfaces
.Count == 0) &&
6787
for (int i=0;i<
_URTInterfaces
.Count;i++)
6789
URTInterface iFace = (URTInterface)
_URTInterfaces
[i];
6860
for (int i=0;i<
_URTInterfaces
.Count;i++)
6861
((URTInterface)
_URTInterfaces
[i]).ResolveTypes(parser);
6902
if (
_URTInterfaces
.Count > 0)
6962
for (int i=0;i<
_URTInterfaces
.Count;i++)
6965
((URTInterface)
_URTInterfaces
[i]).PrintCSC(textWriter, indentation, _encodedNS, sb);