6 references to _examplars
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (6)
45XmlSchemaSubstitutionGroup substitutionGroup = (XmlSchemaSubstitutionGroup)_examplars[element.SubstitutionGroup]; 50_examplars.Add(element.SubstitutionGroup, substitutionGroup); 194foreach (XmlSchemaSubstitutionGroupV1Compat substitutionGroup in _examplars.Values) 257foreach (XmlSchemaSubstitutionGroup substitutionGroup in _examplars.Values) 446XmlSchemaSubstitutionGroupV1Compat g = (XmlSchemaSubstitutionGroupV1Compat)_examplars[element.QualifiedName]; 1106XmlSchemaSubstitutionGroupV1Compat substitutionGroup = (XmlSchemaSubstitutionGroupV1Compat)_examplars[element.QualifiedName];