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