2 references to s_dtStringArray
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (2)
1304
Exception exception =
s_dtStringArray
.TryParseValue(xsiSchemaLocation, _nameTable, _nsResolver, out typedValue);
1307
SendValidationEvent(ResXml.Sch_InvalidValueDetailedAttribute, new string[] { "schemaLocation", xsiSchemaLocation,
s_dtStringArray
.TypeCodeString, exception.Message }, exception);