1 write to _simpleSchemaTypes
System.Runtime.Remoting (1)
metadata\wsdlwriter.cs (1)
2611
_simpleSchemaTypes
= new ArrayList();
7 references to _simpleSchemaTypes
System.Runtime.Remoting (7)
metadata\wsdlwriter.cs (7)
2683
for (int i=0;i<
_simpleSchemaTypes
.Count;i++)
2685
SimpleSchemaType ssType = (SimpleSchemaType)
_simpleSchemaTypes
[i];
2696
_simpleSchemaTypes
.Count > 0)
2775
_simpleSchemaTypes
.Add(ssType);
2895
if ((
_simpleSchemaTypes
.Count > 0) || (_realSchemaTypes.Count > 0) || (_arraySchemaTypes.Count > 0))
2940
for (int i=0;i<
_simpleSchemaTypes
.Count;i++)
2942
SimpleSchemaType ssType = (SimpleSchemaType)
_simpleSchemaTypes
[i];