1 write to _URTSimpleTypes
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
6541_URTSimpleTypes = new ArrayList();
11 references to _URTSimpleTypes
System.Runtime.Remoting (11)
metadata\wsdlparser.cs (11)
6218foreach (URTSimpleType ss in ns._URTSimpleTypes) 6603_URTSimpleTypes.Add(type); 6729for (int i=0;i<_URTSimpleTypes.Count;i++) 6731URTSimpleType type = (URTSimpleType) _URTSimpleTypes[i]; 6770for (int i=0;i<_URTSimpleTypes.Count;i++) 6772if (_URTSimpleTypes[i] == type) 6774_URTSimpleTypes[i] = null; 6894for (int i=0;i<_URTSimpleTypes.Count;i++) 6896URTSimpleType type = (URTSimpleType) _URTSimpleTypes[i]; 6951for (int i=0;i<_URTSimpleTypes.Count;i++) 6953URTSimpleType type = (URTSimpleType) _URTSimpleTypes[i];