6 references to _examplars
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (6)
46
schemaSet.substitutionGroups =
_examplars
;
452
XmlSchemaSubstitutionGroup substitutionGroup = (XmlSchemaSubstitutionGroup)
_examplars
[element.SubstitutionGroup];
457
_examplars
.Add(element.SubstitutionGroup, substitutionGroup);
468
foreach (XmlSchemaSubstitutionGroup substitutionGroup in
_examplars
.Values)
502
XmlSchemaSubstitutionGroup g = (XmlSchemaSubstitutionGroup)
_examplars
[element.QualifiedName];
1227
XmlSchemaSubstitutionGroup substitutionGroup = (XmlSchemaSubstitutionGroup)
_examplars
[element.QualifiedName];