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