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