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))] 877if (_textValue.Length > 0) 1164return _textValue.ToString(); 1199stringValue = _textValue.ToString(); 1213stringValue = _textValue.ToString(); 1518_textValue.Append(s); 2087if (_textValue != null) 2089_textValue.Length = 0;