10 references to _schemaTypes
System.Private.Xml (10)
System\Xml\Schema\SchemaSetCompiler.cs (10)
43
schemaSet.schemaTypes =
_schemaTypes
;
112
AddToTable(
_schemaTypes
, type!.QualifiedName, type);
137
_schemaTypes
.Replace(builtInType.QualifiedName, builtInType);
160
foreach (XmlSchemaType? type in
_schemaTypes
.Values)
191
_schemaTypes
.Insert(DatatypeImplementation.QnAnyType, XmlSchemaComplexType.AnyType);
208
foreach (XmlSchemaType? type in
_schemaTypes
.Values)
253
foreach (XmlSchemaType? type in
_schemaTypes
.Values)
3023
XmlSchemaSimpleType? type =
_schemaTypes
[name] as XmlSchemaSimpleType;
3037
XmlSchemaComplexType? type =
_schemaTypes
[name] as XmlSchemaComplexType;
3048
XmlSchemaType? type = (XmlSchemaType?)
_schemaTypes
[name];