5 references to Empty
System.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
621
if (!decl.AttDefs.ContainsKey(attribute.QualifiedName) && attribute.AttDef != null && attribute.AttDef.Name != XmlQualifiedName.Empty && attribute.AttDef != SchemaAttDef.
Empty
) {
1735
xa.AttDef = SchemaAttDef.
Empty
;
System\Xml\Schema\SchemaSetCompiler.cs (2)
678
if (!decl.AttDefs.ContainsKey(attribute.QualifiedName) && attribute.AttDef != null && attribute.AttDef.Name != XmlQualifiedName.Empty && attribute.AttDef != SchemaAttDef.
Empty
) {
2042
xa.AttDef = SchemaAttDef.
Empty
;
System\Xml\Schema\XmlSchemaValidator.cs (1)
612
attPresence.Add(attQName, SchemaAttDef.
Empty
);