2 references to s_dtStringArray
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
1275Exception? exception = s_dtStringArray.TryParseValue(xsiSchemaLocation, _nameTable, _nsResolver, out typedValue); 1278SendValidationEvent(SR.Sch_InvalidValueDetailedAttribute, new string[] { "schemaLocation", xsiSchemaLocation, s_dtStringArray.TypeCodeString, exception.Message }, exception);