2 writes to Examplar
System.Private.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
49
substitutionGroup.
Examplar
= element.SubstitutionGroup;
System\Xml\Schema\SchemaSetCompiler.cs (1)
471
substitutionGroup.
Examplar
= element.SubstitutionGroup;
5 references to Examplar
System.Private.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
441
XmlSchemaElement? examplar = (XmlSchemaElement?)_schema!.Elements[substitutionGroup.
Examplar
];
485
XmlSchemaElement? examplar = (XmlSchemaElement?)_schema!.Elements[substitutionGroup.
Examplar
];
System\Xml\Schema\SchemaSetCompiler.cs (1)
498
XmlSchemaElement examplar = (XmlSchemaElement)_elements[substitutionGroup.
Examplar
]!;
System\Xml\Schema\XmlSchemaSet.cs (2)
962
XmlQualifiedName head = substGroup!.
Examplar
;
984
XmlSchemaElement headElement = (XmlSchemaElement)elements![substitutionGroup.
Examplar
]!;