1 type derived from XmlSchemaSubstitutionGroup
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSubstitutionGroup.cs (1)
33internal class XmlSchemaSubstitutionGroupV1Compat : XmlSchemaSubstitutionGroup
1 instantiation of XmlSchemaSubstitutionGroup
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
455substitutionGroup = new XmlSchemaSubstitutionGroup();
20 references to XmlSchemaSubstitutionGroup
dotnet-svcutil-lib (20)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (2)
1103XmlSchemaSubstitutionGroup grp = (XmlSchemaSubstitutionGroup)substitutionGroups[elem.QualifiedName];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (4)
45XmlSchemaSubstitutionGroup substitutionGroup = (XmlSchemaSubstitutionGroup)_examplars[element.SubstitutionGroup]; 257foreach (XmlSchemaSubstitutionGroup substitutionGroup in _examplars.Values) 470private void CheckSubstitutionGroup(XmlSchemaSubstitutionGroup substitutionGroup)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (8)
452XmlSchemaSubstitutionGroup substitutionGroup = (XmlSchemaSubstitutionGroup)_examplars[element.SubstitutionGroup]; 468foreach (XmlSchemaSubstitutionGroup substitutionGroup in _examplars.Values) 474private void CompileSubstitutionGroup(XmlSchemaSubstitutionGroup substitutionGroup) 502XmlSchemaSubstitutionGroup g = (XmlSchemaSubstitutionGroup)_examplars[element.QualifiedName]; 1227XmlSchemaSubstitutionGroup substitutionGroup = (XmlSchemaSubstitutionGroup)_examplars[element.QualifiedName];
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (6)
1106foreach (XmlSchemaSubstitutionGroup substGroup in substitutionGroupsTable.Values) 1115XmlSchemaSubstitutionGroup oldSubstGroup = (XmlSchemaSubstitutionGroup)substitutionGroups[head]; 1133private void ResolveSubstitutionGroup(XmlSchemaSubstitutionGroup substitutionGroup, XmlSchemaObjectTable substTable) 1146XmlSchemaSubstitutionGroup g = (XmlSchemaSubstitutionGroup)substTable[element.QualifiedName];