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