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)
6218
foreach (URTSimpleType ss in ns.
_URTSimpleTypes
)
6603
_URTSimpleTypes
.Add(type);
6729
for (int i=0;i<
_URTSimpleTypes
.Count;i++)
6731
URTSimpleType type = (URTSimpleType)
_URTSimpleTypes
[i];
6770
for (int i=0;i<
_URTSimpleTypes
.Count;i++)
6772
if (
_URTSimpleTypes
[i] == type)
6774
_URTSimpleTypes
[i] = null;
6894
for (int i=0;i<
_URTSimpleTypes
.Count;i++)
6896
URTSimpleType type = (URTSimpleType)
_URTSimpleTypes
[i];
6951
for (int i=0;i<
_URTSimpleTypes
.Count;i++)
6953
URTSimpleType type = (URTSimpleType)
_URTSimpleTypes
[i];