1 write to _realSchemaTypes
System.Runtime.Remoting (1)
metadata\wsdlwriter.cs (1)
2609
_realSchemaTypes
= new ArrayList();
16 references to _realSchemaTypes
System.Runtime.Remoting (16)
metadata\wsdlwriter.cs (16)
1978
for (int i=0;i<_xns.
_realSchemaTypes
.Count;i++)
1980
RealSchemaType rsType = (RealSchemaType) _xns.
_realSchemaTypes
[i];
2699
if (
_realSchemaTypes
.Count == 0)
2703
for (int i=0;i<
_realSchemaTypes
.Count;i++)
2705
RealSchemaType rsType = (RealSchemaType)
_realSchemaTypes
[i];
2722
for (int i=0;i<
_realSchemaTypes
.Count;i++)
2724
RealSchemaType rsType = (RealSchemaType)
_realSchemaTypes
[i];
2756
_realSchemaTypes
.Add(rsType);
2850
for (int i=0;i<
_realSchemaTypes
.Count;i++)
2851
((RealSchemaType)
_realSchemaTypes
[i]).Resolve(sb);
2881
Util.Log("XMLNamespace.PrintSchemaWsdl "+Namespace+" _realSchemaTypes.Count "+
_realSchemaTypes
.Count);
2895
if ((_simpleSchemaTypes.Count > 0) || (
_realSchemaTypes
.Count > 0) || (_arraySchemaTypes.Count > 0))
2946
for (int i=0;i<
_realSchemaTypes
.Count;i++)
2948
RealSchemaType rsType = (RealSchemaType)
_realSchemaTypes
[i];
2983
if (_realSUDSTypes.Count == 0 &&
_realSchemaTypes
.Count > 0)
2988
((RealSchemaType)
_realSchemaTypes
[0]).PrintMessageWsdl(textWriter, sb, indent, new ArrayList());