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) && 6787for (int i=0;i<_URTInterfaces.Count;i++) 6789URTInterface iFace = (URTInterface) _URTInterfaces[i]; 6860for (int i=0;i<_URTInterfaces.Count;i++) 6861((URTInterface)_URTInterfaces[i]).ResolveTypes(parser); 6902if (_URTInterfaces.Count > 0) 6962for (int i=0;i<_URTInterfaces.Count;i++) 6965((URTInterface)_URTInterfaces[i]).PrintCSC(textWriter, indentation, _encodedNS, sb);