6 writes to textString
System.Xml (6)
System\Xml\Schema\BaseValidator.cs (1)
185
textString
= value;
System\Xml\Schema\DtdValidator.cs (2)
196
textString
= string.Empty;
239
textString
= string.Empty;
System\Xml\Schema\XdrValidator.cs (2)
154
textString
= string.Empty;
266
textString
= string.Empty;
System\Xml\Schema\XsdValidator.cs (1)
468
textString
= string.Empty;
6 references to textString
System.Xml (6)
System\Xml\Schema\BaseValidator.cs (2)
184
if (
textString
.Length == 0) {
189
textValue.Append(
textString
);
System\Xml\Schema\DtdValidator.cs (1)
235
string stringValue = !hasSibling ?
textString
: textValue.ToString(); // only for identity-constraint exception reporting
System\Xml\Schema\XdrValidator.cs (1)
150
string stringValue = !hasSibling ?
textString
: textValue.ToString(); // only for identity-constraint exception reporting
System\Xml\Schema\XsdValidator.cs (2)
289
string stringValue = !hasSibling ?
textString
: textValue.ToString(); // only for identity-constraint exception reporting
877
string stringValue = !hasSibling ?
textString
: textValue.ToString(); // only for identity-constraint exception reporting