6 writes to textString
System.Private.Xml (6)
System\Xml\Schema\BaseValidator.cs (1)
235
textString
= value;
System\Xml\Schema\DtdValidator.cs (2)
234
textString
= string.Empty;
288
textString
= string.Empty;
System\Xml\Schema\XdrValidator.cs (2)
187
textString
= string.Empty;
327
textString
= string.Empty;
System\Xml\Schema\XsdValidator.cs (1)
565
textString
= string.Empty;
7 references to textString
System.Private.Xml (7)
System\Xml\Schema\BaseValidator.cs (3)
232
Debug.Assert(
textString
!= null);
233
if (
textString
.Length == 0)
242
textValue.Append(
textString
);
System\Xml\Schema\DtdValidator.cs (1)
284
string stringValue = !hasSibling ?
textString
! : textValue!.ToString()!; // only for identity-constraint exception reporting
System\Xml\Schema\XdrValidator.cs (1)
183
string stringValue = !hasSibling ?
textString
! : textValue!.ToString(); // only for identity-constraint exception reporting
System\Xml\Schema\XsdValidator.cs (2)
343
string stringValue = !hasSibling ?
textString
! : textValue!.ToString(); // only for identity-constraint exception reporting
1053
string stringValue = !hasSibling ?
textString
! : textValue!.ToString(); // only for identity-constraint exception reporting