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