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)
2683for (int i=0;i<_simpleSchemaTypes.Count;i++) 2685SimpleSchemaType ssType = (SimpleSchemaType) _simpleSchemaTypes[i]; 2696_simpleSchemaTypes.Count > 0) 2775_simpleSchemaTypes.Add(ssType); 2895if ((_simpleSchemaTypes.Count > 0) || (_realSchemaTypes.Count > 0) || (_arraySchemaTypes.Count > 0)) 2940for (int i=0;i<_simpleSchemaTypes.Count;i++) 2942SimpleSchemaType ssType = (SimpleSchemaType) _simpleSchemaTypes[i];