3 writes to textValue
System.Xml (3)
System\Xml\Schema\DtdValidator.cs (1)
44
textValue
= new StringBuilder();
System\Xml\Schema\XdrValidator.cs (1)
46
textValue
= new StringBuilder();
System\Xml\Schema\XsdValidator.cs (1)
64
textValue
= new StringBuilder();
11 references to textValue
System.Xml (11)
System\Xml\Schema\BaseValidator.cs (2)
189
textValue
.Append(textString);
192
textValue
.Append(value);
System\Xml\Schema\DtdValidator.cs (3)
197
textValue
.Length = 0;
235
string stringValue = !hasSibling ? textString :
textValue
.ToString(); // only for identity-constraint exception reporting
238
textValue
.Length = 0; // cleanup
System\Xml\Schema\XdrValidator.cs (3)
150
string stringValue = !hasSibling ? textString :
textValue
.ToString(); // only for identity-constraint exception reporting
153
textValue
.Length = 0; // cleanup
267
textValue
.Length = 0;
System\Xml\Schema\XsdValidator.cs (3)
289
string stringValue = !hasSibling ? textString :
textValue
.ToString(); // only for identity-constraint exception reporting
469
textValue
.Length = 0;
877
string stringValue = !hasSibling ? textString :
textValue
.ToString(); // only for identity-constraint exception reporting