1 write to _schema
System.Private.Xml (1)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
28_schema = schema;
34 references to _schema
System.Private.Xml (34)
System\Xml\Schema\SchemaCollectionCompiler.cs (34)
41foreach (XmlSchemaElement? element in _schema!.Elements.Values) 62foreach (XmlSchemaGroup? group in _schema!.Groups.Values) 67foreach (XmlSchemaAttributeGroup? attributeGroup in _schema.AttributeGroups.Values) 72foreach (XmlSchemaType? type in _schema.SchemaTypes.Values) 84foreach (XmlSchemaElement? element in _schema.Elements.Values) 89foreach (XmlSchemaAttribute? attribute in _schema.Attributes.Values) 197_schema!.SchemaTypes.Insert(DatatypeImplementation.QnAnyType, XmlSchemaComplexType.AnyType); 204foreach (XmlSchemaGroup? group in _schema.Groups.Values) 209foreach (XmlSchemaAttributeGroup? attributeGroup in _schema.AttributeGroups.Values) 214foreach (XmlSchemaType? type in _schema.SchemaTypes.Values) 225foreach (XmlSchemaElement? element in _schema.Elements.Values) 233foreach (XmlSchemaAttribute? attribute in _schema.Attributes.Values) 241foreach (XmlSchemaIdentityConstraint? identityConstraint in _schema.IdentityConstraints.Values) 255foreach (XmlSchemaType? type in _schema.SchemaTypes.Values) 263foreach (XmlSchemaElement? element in _schema.Elements.Values) 276_schema.SchemaTypes.Remove(DatatypeImplementation.QnAnyType); //For backward compatibility 281foreach (XmlSchemaElement? element in _schema!.Elements.Values) 287foreach (XmlSchemaAttribute? attribute in _schema.Attributes.Values) 293foreach (XmlSchemaType? type in _schema.SchemaTypes.Values) 302foreach (XmlSchemaNotation? notation in _schema.Notations.Values) 441XmlSchemaElement? examplar = (XmlSchemaElement?)_schema!.Elements[substitutionGroup.Examplar]; 485XmlSchemaElement? examplar = (XmlSchemaElement?)_schema!.Elements[substitutionGroup.Examplar]; 1132group = (XmlSchemaGroup?)_schema!.Groups[groupRef.RefName]; 1755attributeGroupResolved = (XmlSchemaAttributeGroup?)_schema!.AttributeGroups[attributeGroupRef.RefName]; 1816XmlSchemaAttributeGroup? attributeGroup = (XmlSchemaAttributeGroup?)_schema!.AttributeGroups[attributeGroupRef.RefName]; 1989XmlSchemaAttribute? a = (XmlSchemaAttribute?)_schema!.Attributes[xa.RefName]; 2065decl.Datatype?.VerifySchemaValid(_schema!.Notations, xa); 2138XmlSchemaIdentityConstraint? ic = (XmlSchemaIdentityConstraint?)_schema!.IdentityConstraints[((XmlSchemaKeyref)xi).Refer]; 2194XmlSchemaElement? e = (XmlSchemaElement?)_schema!.Elements[xe.RefName]; 2223XmlSchemaElement? examplar = (XmlSchemaElement?)_schema!.Elements[xe.SubstitutionGroup]; 2282decl.Datatype?.VerifySchemaValid(_schema!.Notations, xe); 2621XmlSchemaSimpleType? type = _schema!.SchemaTypes[name] as XmlSchemaSimpleType; 2648XmlSchemaComplexType? type = _schema!.SchemaTypes[name] as XmlSchemaComplexType; 2658XmlSchemaType? type = (XmlSchemaType?)_schema!.SchemaTypes[name];