5 references to Empty
System.Private.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
788
if (!decl.AttDefs.ContainsKey(attribute.QualifiedName) && attribute.AttDef != null && attribute.AttDef.Name != XmlQualifiedName.Empty && attribute.AttDef != SchemaAttDef.
Empty
)
2108
xa.AttDef = SchemaAttDef.
Empty
;
System\Xml\Schema\SchemaSetCompiler.cs (2)
864
if (!decl.AttDefs.ContainsKey(attribute.QualifiedName) && attribute.AttDef != null && attribute.AttDef.Name != XmlQualifiedName.Empty && attribute.AttDef != SchemaAttDef.
Empty
)
2512
xa.AttDef = SchemaAttDef.
Empty
;
System\Xml\Schema\XmlSchemaValidator.cs (1)
666
_attPresence.Add(attQName, SchemaAttDef.
Empty
);