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