7 references to TypeCodeString
System.Private.Xml (7)
System\Xml\Schema\DataTypeImplementation.cs (1)
628
typeName =
TypeCodeString
;
System\Xml\Schema\FacetChecker.cs (2)
746
throw new XmlSchemaException(errorCode, _datatype.
TypeCodeString
, facet);
1012
return new OverflowException(SR.Format(SR.XmlConvert_Overflow, value.ToString(CultureInfo.InvariantCulture), datatype.
TypeCodeString
));
System\Xml\Schema\Preprocessor.cs (1)
546
SendValidationEvent(SR.Sch_AttributeValueDataTypeDetailed, new string[] { "version", schema.Version, tokenDt.
TypeCodeString
, exception.Message }, exception, schema);
System\Xml\Schema\XmlSchemaValidator.cs (3)
1278
SendValidationEvent(SR.Sch_InvalidValueDetailedAttribute, new string[] { "schemaLocation", xsiSchemaLocation, s_dtStringArray.
TypeCodeString
, exception.Message }, exception);
1509
typeName = decl.Datatype.
TypeCodeString
;
1650
SendValidationEvent(SR.Sch_InvalidValueDetailedAttribute, new string[] { "type", xsiType, s_dtQName.
TypeCodeString
, exception.Message }, exception);