1 write to _textValue
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
215
_textValue
= new StringBuilder(100);
8 references to _textValue
System.Private.Xml (8)
System\Xml\Schema\XmlSchemaValidator.cs (8)
194
[MemberNotNull(nameof(
_textValue
))]
877
if (
_textValue
.Length > 0)
1164
return
_textValue
.ToString();
1199
stringValue =
_textValue
.ToString();
1213
stringValue =
_textValue
.ToString();
1518
_textValue
.Append(s);
2087
if (
_textValue
!= null)
2089
_textValue
.Length = 0;