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