13 references to @BaseTypes
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3065
global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.
@BaseTypes
;
7543
global::System.Xml.Schema.XmlSchemaObjectCollection a_4 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.
@BaseTypes
;
System.Xml (11)
System\Xml\Schema\Preprocessor.cs (3)
1338
int baseTypeCount = union1.
BaseTypes
.Count;
1349
for (int i = 0; i < union1.
BaseTypes
.Count; ++i) {
1350
XmlSchemaSimpleType type = (XmlSchemaSimpleType)union1.
BaseTypes
[i];
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
527
XmlSchemaObjectCollection mainBaseTypes = mainUnion.
BaseTypes
; //
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
1026
int baseTypeCount = union1.
BaseTypes
.Count;
1036
for (int i = 0; i < union1.
BaseTypes
.Count; ++i) {
1037
SetParent(union1.
BaseTypes
[i], union1);
1038
PreprocessSimpleType((XmlSchemaSimpleType)union1.
BaseTypes
[i], true);
System\Xml\Schema\SchemaSetCompiler.cs (1)
594
XmlSchemaObjectCollection mainBaseTypes = mainUnion.
BaseTypes
; //
System\Xml\Schema\XsdBuilder.cs (1)
1382
builder.simpleTypeUnion.
BaseTypes
.Add(builder.simpleType);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
507
WriteSortedItems(o.
@BaseTypes
);