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