3 references to Sch_AttributeDefaultDataType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (2)
556
XmlSchemaException e = new XmlSchemaException(ResXml.
Sch_AttributeDefaultDataType
, attdef.Name.ToString());
621
XmlSchemaException e = new XmlSchemaException(ResXml.
Sch_AttributeDefaultDataType
, attdef.Name.ToString());
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (1)
624
XmlSchemaException e = new XmlSchemaException(ResXml.
Sch_AttributeDefaultDataType
, attdef.Name.ToString(), baseUri, lineNo, linePos);