8 references to Sch_EmptyAttributeValue
System.Private.Xml (8)
System\Xml\Schema\DataTypeImplementation.cs (7)
1134return new XmlSchemaException(SR.Sch_EmptyAttributeValue, string.Empty); 1882return new XmlSchemaException(SR.Sch_EmptyAttributeValue, string.Empty); 1913return new XmlSchemaException(SR.Sch_EmptyAttributeValue, string.Empty); 1952return new XmlSchemaException(SR.Sch_EmptyAttributeValue, string.Empty); 2707return new XmlSchemaException(SR.Sch_EmptyAttributeValue, string.Empty); 3040return new XmlSchemaException(SR.Sch_EmptyAttributeValue, string.Empty); 3738throw new XmlSchemaException(SR.Sch_EmptyAttributeValue, string.Empty);
System\Xml\Schema\FacetChecker.cs (1)
1457return new XmlSchemaException(SR.Sch_EmptyAttributeValue, string.Empty);