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