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