2 writes to simpleTypeList
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
1016this.simpleTypeList = (XmlSchemaSimpleTypeList)container; 1436builder.xso = builder.simpleTypeList = new XmlSchemaSimpleTypeList();
5 references to simpleTypeList
System.Xml (5)
System\Xml\Schema\XsdBuilder.cs (5)
893container = this.simpleTypeList; 1356if (builder.simpleTypeList.ItemType != null) { 1359builder.simpleTypeList.ItemType = builder.simpleType; 1437builder.simpleType.Content = builder.simpleTypeList; 1441builder.simpleTypeList.ItemTypeName = builder.ParseQName(value, "itemType");