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