2 writes to _simpleTypeList
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1062_simpleTypeList = (XmlSchemaSimpleTypeList)container; 1542builder._xso = builder._simpleTypeList = new XmlSchemaSimpleTypeList();
5 references to _simpleTypeList
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (5)
937container = _simpleTypeList; 1449if (builder._simpleTypeList.ItemType != null) 1453builder._simpleTypeList.ItemType = builder._simpleType; 1543builder._simpleType.Content = builder._simpleTypeList; 1548builder._simpleTypeList.ItemTypeName = builder.ParseQName(value, "itemType");