8 references to Sch_EmptyAttributeValue
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (7)
1166return new XmlSchemaException(ResXml.Sch_EmptyAttributeValue, string.Empty); 1923return new XmlSchemaException(ResXml.Sch_EmptyAttributeValue, string.Empty); 1954return new XmlSchemaException(ResXml.Sch_EmptyAttributeValue, string.Empty); 1993return new XmlSchemaException(ResXml.Sch_EmptyAttributeValue, string.Empty); 2764return new XmlSchemaException(ResXml.Sch_EmptyAttributeValue, string.Empty); 3100return new XmlSchemaException(ResXml.Sch_EmptyAttributeValue, string.Empty); 3815throw new XmlSchemaException(ResXml.Sch_EmptyAttributeValue, string.Empty);
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (1)
1479return new XmlSchemaException(ResXml.Sch_EmptyAttributeValue, string.Empty);