7 references to TypeCodeString
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
642typeName = TypeCodeString;
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (2)
750throw new XmlSchemaException(errorCode, _datatype.TypeCodeString, facet); 1020return new OverflowException(string.Format(ResXml.XmlConvert_Overflow, value.ToString(), datatype.TypeCodeString));
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
571SendValidationEvent(ResXml.Sch_AttributeValueDataTypeDetailed, new string[] { "version", schema.Version, tokenDt.TypeCodeString, exception.Message }, exception, schema);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (3)
1307SendValidationEvent(ResXml.Sch_InvalidValueDetailedAttribute, new string[] { "schemaLocation", xsiSchemaLocation, s_dtStringArray.TypeCodeString, exception.Message }, exception); 1531typeName = decl.Datatype.TypeCodeString; 1667SendValidationEvent(ResXml.Sch_InvalidValueDetailedAttribute, new string[] { "type", xsiType, s_dtQName.TypeCodeString, exception.Message }, exception);