1 type derived from XmlSchemaSubstitutionGroup
System.Xml (1)
System\Xml\Schema\XmlSchemaSubstitutionGroup.cs (1)
29internal class XmlSchemaSubstitutionGroupV1Compat : XmlSchemaSubstitutionGroup {
1 instantiation of XmlSchemaSubstitutionGroup
System.Xml (1)
System\Xml\Schema\SchemaSetCompiler.cs (1)
365substitutionGroup = new XmlSchemaSubstitutionGroup();
20 references to XmlSchemaSubstitutionGroup
System.Xml (20)
System\Xml\Schema\ContentValidator.cs (2)
948XmlSchemaSubstitutionGroup grp = (XmlSchemaSubstitutionGroup)substitutionGroups[elem.QualifiedName];
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
41XmlSchemaSubstitutionGroup substitutionGroup = (XmlSchemaSubstitutionGroup)this.examplars[element.SubstitutionGroup]; 208foreach (XmlSchemaSubstitutionGroup substitutionGroup in examplars.Values) { 378private void CheckSubstitutionGroup(XmlSchemaSubstitutionGroup substitutionGroup) {
System\Xml\Schema\SchemaSetCompiler.cs (8)
363XmlSchemaSubstitutionGroup substitutionGroup = (XmlSchemaSubstitutionGroup)this.examplars[element.SubstitutionGroup]; 377foreach (XmlSchemaSubstitutionGroup substitutionGroup in examplars.Values) { 382private void CompileSubstitutionGroup(XmlSchemaSubstitutionGroup substitutionGroup) { 403XmlSchemaSubstitutionGroup g = (XmlSchemaSubstitutionGroup)examplars[element.QualifiedName]; 973XmlSchemaSubstitutionGroup substitutionGroup = (XmlSchemaSubstitutionGroup)examplars[element.QualifiedName];
System\Xml\Schema\XmlSchemaSet.cs (6)
947foreach(XmlSchemaSubstitutionGroup substGroup in substitutionGroupsTable.Values) { 954XmlSchemaSubstitutionGroup oldSubstGroup = (XmlSchemaSubstitutionGroup)substitutionGroups[head]; 968private void ResolveSubstitutionGroup(XmlSchemaSubstitutionGroup substitutionGroup, XmlSchemaObjectTable substTable) { 978XmlSchemaSubstitutionGroup g = (XmlSchemaSubstitutionGroup)substTable[element.QualifiedName];