11 references to BaseTypes
System.Private.Xml (11)
System\Xml\Schema\Preprocessor.cs (3)
1611
int baseTypeCount = union1.
BaseTypes
.Count;
1625
for (int i = 0; i < union1.
BaseTypes
.Count; ++i)
1627
XmlSchemaSimpleType type = (XmlSchemaSimpleType)union1.
BaseTypes
[i];
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
667
XmlSchemaObjectCollection mainBaseTypes = mainUnion.
BaseTypes
;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
1278
int baseTypeCount = union1.
BaseTypes
.Count;
1291
for (int i = 0; i < union1.
BaseTypes
.Count; ++i)
1293
SetParent(union1.
BaseTypes
[i], union1);
1294
PreprocessSimpleType((XmlSchemaSimpleType)union1.
BaseTypes
[i], true);
System\Xml\Schema\SchemaSetCompiler.cs (1)
757
XmlSchemaObjectCollection mainBaseTypes = mainUnion.
BaseTypes
;
System\Xml\Schema\XsdBuilder.cs (1)
1472
builder._simpleTypeUnion!.
BaseTypes
.Add(builder._simpleType);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
613
WriteSortedItems(o.
@BaseTypes
);