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