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