10 references to schemaTypes
System.Xml (10)
System\Xml\Schema\SchemaSetCompiler.cs (10)
42
schemaSet.schemaTypes =
schemaTypes
;
87
AddToTable(
schemaTypes
, type.QualifiedName, type);
106
this.
schemaTypes
.Replace(builtInType.QualifiedName, builtInType);
125
foreach (XmlSchemaType type in
schemaTypes
.Values) {
152
schemaTypes
.Insert(DatatypeImplementation.QnAnyType, XmlSchemaComplexType.AnyType);
164
foreach (XmlSchemaType type in
schemaTypes
.Values) {
195
foreach (XmlSchemaType type in
schemaTypes
.Values) {
2521
XmlSchemaSimpleType type =
schemaTypes
[name] as XmlSchemaSimpleType;
2532
XmlSchemaComplexType type =
schemaTypes
[name] as XmlSchemaComplexType;
2540
XmlSchemaType type = (XmlSchemaType)
schemaTypes
[name];