1 type derived from XmlSchemaSubstitutionGroup
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaSubstitutionGroup.cs (1)
28internal sealed class XmlSchemaSubstitutionGroupV1Compat : XmlSchemaSubstitutionGroup
1 instantiation of XmlSchemaSubstitutionGroup
System.Private.Xml (1)
System\Xml\Schema\SchemaSetCompiler.cs (1)
470substitutionGroup = new XmlSchemaSubstitutionGroup();
20 references to XmlSchemaSubstitutionGroup
System.Private.Xml (20)
System\Xml\Schema\ContentValidator.cs (2)
1023XmlSchemaSubstitutionGroup? grp = (XmlSchemaSubstitutionGroup?)substitutionGroups[elem.QualifiedName];
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
45XmlSchemaSubstitutionGroup? substitutionGroup = (XmlSchemaSubstitutionGroup?)_examplars[element.SubstitutionGroup]; 271foreach (XmlSchemaSubstitutionGroup? substitutionGroup in _examplars.Values) 483private void CheckSubstitutionGroup(XmlSchemaSubstitutionGroup substitutionGroup)
System\Xml\Schema\SchemaSetCompiler.cs (8)
467XmlSchemaSubstitutionGroup? substitutionGroup = (XmlSchemaSubstitutionGroup?)_examplars[element.SubstitutionGroup]; 484foreach (XmlSchemaSubstitutionGroup? substitutionGroup in _examplars.Values) 490private void CompileSubstitutionGroup(XmlSchemaSubstitutionGroup substitutionGroup) 521XmlSchemaSubstitutionGroup? g = (XmlSchemaSubstitutionGroup?)_examplars[element.QualifiedName]; 1235XmlSchemaSubstitutionGroup? substitutionGroup = (XmlSchemaSubstitutionGroup?)_examplars[element.QualifiedName];
System\Xml\Schema\XmlSchemaSet.cs (6)
954foreach (XmlSchemaSubstitutionGroup? substGroup in substitutionGroupsTable.Values) 963XmlSchemaSubstitutionGroup? oldSubstGroup = (XmlSchemaSubstitutionGroup?)substitutionGroups![head]; 981private void ResolveSubstitutionGroup(XmlSchemaSubstitutionGroup substitutionGroup, XmlSchemaObjectTable substTable) 994XmlSchemaSubstitutionGroup? g = (XmlSchemaSubstitutionGroup?)substTable[element.QualifiedName];