2 writes to Examplar
System.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
44substitutionGroup.Examplar = element.SubstitutionGroup;
System\Xml\Schema\SchemaSetCompiler.cs (1)
366substitutionGroup.Examplar = element.SubstitutionGroup;
5 references to Examplar
System.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
345XmlSchemaElement examplar = (XmlSchemaElement)this.schema.Elements[substitutionGroup.Examplar]; 379XmlSchemaElement examplar = (XmlSchemaElement)this.schema.Elements[substitutionGroup.Examplar];
System\Xml\Schema\SchemaSetCompiler.cs (1)
387XmlSchemaElement examplar = (XmlSchemaElement)elements[substitutionGroup.Examplar];
System\Xml\Schema\XmlSchemaSet.cs (2)
953XmlQualifiedName head = substGroup.Examplar; 970XmlSchemaElement headElement = (XmlSchemaElement)elements[substitutionGroup.Examplar];