3 writes to substitutionGroups
System.Private.Xml (3)
System\Xml\Schema\SchemaSetCompiler.cs (1)
44schemaSet.substitutionGroups = _examplars;
System\Xml\Schema\XmlSchemaSet.cs (2)
182internal XmlSchemaObjectTable SubstitutionGroups => substitutionGroups ??= new XmlSchemaObjectTable(); 1432substitutionGroups ??= new XmlSchemaObjectTable();
2 references to substitutionGroups
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaSet.cs (2)
951XmlSchemaSubstitutionGroup? oldSubstGroup = (XmlSchemaSubstitutionGroup?)substitutionGroups![head]; 964AddToTable(substitutionGroups, head, substGroup);