3 writes to textValue
System.Private.Xml (3)
System\Xml\Schema\DtdValidator.cs (1)
48textValue = new StringBuilder();
System\Xml\Schema\XdrValidator.cs (1)
51textValue = new StringBuilder();
System\Xml\Schema\XsdValidator.cs (1)
78textValue = new StringBuilder();
12 references to textValue
System.Private.Xml (12)
System\Xml\Schema\BaseValidator.cs (3)
239Debug.Assert(textValue != null); 242textValue.Append(textString); 246textValue.Append(value);
System\Xml\Schema\DtdValidator.cs (3)
235textValue!.Length = 0; 284string stringValue = !hasSibling ? textString! : textValue!.ToString()!; // only for identity-constraint exception reporting 287textValue!.Length = 0; // cleanup
System\Xml\Schema\XdrValidator.cs (3)
183string stringValue = !hasSibling ? textString! : textValue!.ToString(); // only for identity-constraint exception reporting 186textValue!.Length = 0; // cleanup 328textValue!.Length = 0;
System\Xml\Schema\XsdValidator.cs (3)
343string stringValue = !hasSibling ? textString! : textValue!.ToString(); // only for identity-constraint exception reporting 566textValue!.Length = 0; 1053string stringValue = !hasSibling ? textString! : textValue!.ToString(); // only for identity-constraint exception reporting