6 references to _examplars
System.Private.Xml (6)
System\Xml\Schema\SchemaSetCompiler.cs (6)
44schemaSet.substitutionGroups = _examplars; 467XmlSchemaSubstitutionGroup? substitutionGroup = (XmlSchemaSubstitutionGroup?)_examplars[element.SubstitutionGroup]; 472_examplars.Add(element.SubstitutionGroup, substitutionGroup); 484foreach (XmlSchemaSubstitutionGroup? substitutionGroup in _examplars.Values) 521XmlSchemaSubstitutionGroup? g = (XmlSchemaSubstitutionGroup?)_examplars[element.QualifiedName]; 1235XmlSchemaSubstitutionGroup? substitutionGroup = (XmlSchemaSubstitutionGroup?)_examplars[element.QualifiedName];