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