5 references to ProhibitedAttributes
System.Private.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
781
if (!decl.
ProhibitedAttributes
.ContainsKey(attribute.QualifiedName))
783
decl.
ProhibitedAttributes
.Add(attribute.QualifiedName, attribute.QualifiedName);
System\Xml\Schema\SchemaInfo.cs (1)
218
else if (ed.
ProhibitedAttributes
.ContainsKey(qname))
System\Xml\Schema\SchemaSetCompiler.cs (2)
857
if (!decl.
ProhibitedAttributes
.ContainsKey(attribute.QualifiedName))
859
decl.
ProhibitedAttributes
.Add(attribute.QualifiedName, attribute.QualifiedName);