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