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