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