3 writes to substitutionGroups
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
46schemaSet.substitutionGroups = _examplars;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (2)
271substitutionGroups = new XmlSchemaObjectTable(); 1613substitutionGroups = new XmlSchemaObjectTable();
5 references to substitutionGroups
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (5)
269if (substitutionGroups == null) 273return substitutionGroups; 1115XmlSchemaSubstitutionGroup oldSubstGroup = (XmlSchemaSubstitutionGroup)substitutionGroups[head]; 1128AddToTable(substitutionGroups, head, substGroup); 1611if (substitutionGroups == null)