2 references to dtStringArray
System.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
1095
Exception exception =
dtStringArray
.TryParseValue(xsiSchemaLocation, nameTable, nsResolver, out typedValue);
1097
SendValidationEvent(Res.Sch_InvalidValueDetailedAttribute, new string[] { "schemaLocation", xsiSchemaLocation,
dtStringArray
.TypeCodeString, exception.Message }, exception);