5 references to ProhibitedAttributes
System.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
616
if (!decl.
ProhibitedAttributes
.ContainsKey(attribute.QualifiedName)) {
617
decl.
ProhibitedAttributes
.Add(attribute.QualifiedName, attribute.QualifiedName);
System\Xml\Schema\SchemaInfo.cs (1)
223
else if (ed.
ProhibitedAttributes
.ContainsKey(qname)) {
System\Xml\Schema\SchemaSetCompiler.cs (2)
673
if (!decl.
ProhibitedAttributes
.ContainsKey(attribute.QualifiedName)) {
674
decl.
ProhibitedAttributes
.Add(attribute.QualifiedName, attribute.QualifiedName);