1 write to textValue
System.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
206textValue = new StringBuilder(100);
7 references to textValue
System.Xml (7)
System\Xml\Schema\XmlSchemaValidator.cs (7)
792if (textValue.Length > 0) { 1003return textValue.ToString(); 1029stringValue = textValue.ToString(); 1040stringValue = textValue.ToString(); 1287textValue.Append(s); 1754if (textValue != null) { 1755textValue.Length = 0;