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