13 references to BaseTypes
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1643
int baseTypeCount = union1.
BaseTypes
.Count;
1657
for (int i = 0; i < union1.
BaseTypes
.Count; ++i)
1659
XmlSchemaSimpleType type = (XmlSchemaSimpleType)union1.
BaseTypes
[i];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
658
XmlSchemaObjectCollection mainBaseTypes = mainUnion.
BaseTypes
; //TODO check for null
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (4)
1288
int baseTypeCount = union1.
BaseTypes
.Count;
1301
for (int i = 0; i < union1.
BaseTypes
.Count; ++i)
1303
SetParent(union1.
BaseTypes
[i], union1);
1304
PreprocessSimpleType((XmlSchemaSimpleType)union1.
BaseTypes
[i], true);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
743
XmlSchemaObjectCollection mainBaseTypes = mainUnion.
BaseTypes
; //TODO check for null
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1479
builder._simpleTypeUnion.
BaseTypes
.Add(builder._simpleType);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
614
WriteSortedItems(o.
@BaseTypes
);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
3877
Microsoft.Xml.Schema.XmlSchemaObjectCollection a = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.
@BaseTypes
;
9370
Microsoft.Xml.Schema.XmlSchemaObjectCollection a_4 = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.
@BaseTypes
;