1 write to _textValue
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
215
_textValue
= new StringBuilder(100);
7 references to _textValue
System.Private.Xml (7)
System\Xml\Schema\XmlSchemaValidator.cs (7)
194
[MemberNotNull(nameof(
_textValue
))]
875
if (
_textValue
.Length > 0)
1162
return
_textValue
.ToString();
1197
stringValue =
_textValue
.ToString();
1211
stringValue =
_textValue
.ToString();
1516
_textValue
.Append(s);
2085
_textValue
?.Length = 0;