7 references to TypeCodeString
System.Xml (7)
System\Xml\Schema\DataTypeImplementation.cs (1)
556
typeName =
TypeCodeString
;
System\Xml\Schema\FacetChecker.cs (2)
617
throw new XmlSchemaException(errorCode, datatype.
TypeCodeString
, facet);
846
return new OverflowException(Res.GetString(Res.XmlConvert_Overflow, value.ToString(CultureInfo.InvariantCulture), datatype.
TypeCodeString
));
System\Xml\Schema\Preprocessor.cs (1)
482
SendValidationEvent(Res.Sch_AttributeValueDataTypeDetailed, new string[] { "version", schema.Version, tokenDt.
TypeCodeString
, exception.Message }, exception, schema);
System\Xml\Schema\XmlSchemaValidator.cs (3)
1097
SendValidationEvent(Res.Sch_InvalidValueDetailedAttribute, new string[] { "schemaLocation", xsiSchemaLocation, dtStringArray.
TypeCodeString
, exception.Message }, exception);
1280
typeName = decl.Datatype.
TypeCodeString
;
1389
SendValidationEvent(Res.Sch_InvalidValueDetailedAttribute, new string[] { "type", xsiType, dtQName.
TypeCodeString
, exception.Message }, exception);