2 writes to Examplar
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
49substitutionGroup.Examplar = element.SubstitutionGroup;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
456substitutionGroup.Examplar = element.SubstitutionGroup;
5 references to Examplar
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
429XmlSchemaElement examplar = (XmlSchemaElement)_schema.Elements[substitutionGroup.Examplar]; 472XmlSchemaElement examplar = (XmlSchemaElement)_schema.Elements[substitutionGroup.Examplar];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
481XmlSchemaElement examplar = (XmlSchemaElement)_elements[substitutionGroup.Examplar];
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (2)
1114XmlQualifiedName head = substGroup.Examplar; 1136XmlSchemaElement headElement = (XmlSchemaElement)elements[substitutionGroup.Examplar];