3 writes to substitutionGroups
System.Xml (3)
System\Xml\Schema\SchemaSetCompiler.cs (1)
43schemaSet.substitutionGroups = examplars;
System\Xml\Schema\XmlSchemaSet.cs (2)
243substitutionGroups = new XmlSchemaObjectTable(); 1348substitutionGroups = new XmlSchemaObjectTable();
5 references to substitutionGroups
System.Xml (5)
System\Xml\Schema\XmlSchemaSet.cs (5)
242if (substitutionGroups == null) { 245return substitutionGroups; 954XmlSchemaSubstitutionGroup oldSubstGroup = (XmlSchemaSubstitutionGroup)substitutionGroups[head]; 963AddToTable(substitutionGroups, head, substGroup); 1347if (substitutionGroups == null) {