6 writes to textString
System.Xml (6)
System\Xml\Schema\BaseValidator.cs (1)
185textString = value;
System\Xml\Schema\DtdValidator.cs (2)
196textString = string.Empty; 239textString = string.Empty;
System\Xml\Schema\XdrValidator.cs (2)
154textString = string.Empty; 266textString = string.Empty;
System\Xml\Schema\XsdValidator.cs (1)
468textString = string.Empty;
6 references to textString
System.Xml (6)
System\Xml\Schema\BaseValidator.cs (2)
184if (textString.Length == 0) { 189textValue.Append(textString);
System\Xml\Schema\DtdValidator.cs (1)
235string stringValue = !hasSibling ? textString : textValue.ToString(); // only for identity-constraint exception reporting
System\Xml\Schema\XdrValidator.cs (1)
150string stringValue = !hasSibling ? textString : textValue.ToString(); // only for identity-constraint exception reporting
System\Xml\Schema\XsdValidator.cs (2)
289string stringValue = !hasSibling ? textString : textValue.ToString(); // only for identity-constraint exception reporting 877string stringValue = !hasSibling ? textString : textValue.ToString(); // only for identity-constraint exception reporting