10 references to _schemaTypes
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (10)
45
schemaSet.schemaTypes =
_schemaTypes
;
104
AddToTable(
_schemaTypes
, type.QualifiedName, type);
127
_schemaTypes
.Replace(builtInType.QualifiedName, builtInType);
151
foreach (XmlSchemaType type in
_schemaTypes
.Values)
184
_schemaTypes
.Insert(DatatypeImplementation.QnAnyType, XmlSchemaComplexType.AnyType);
199
foreach (XmlSchemaType type in
_schemaTypes
.Values)
240
foreach (XmlSchemaType type in
_schemaTypes
.Values)
3181
XmlSchemaSimpleType type =
_schemaTypes
[name] as XmlSchemaSimpleType;
3195
XmlSchemaComplexType type =
_schemaTypes
[name] as XmlSchemaComplexType;
3205
XmlSchemaType type = (XmlSchemaType)
_schemaTypes
[name];