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))] 875if (_textValue.Length > 0) 1162return _textValue.ToString(); 1197stringValue = _textValue.ToString(); 1211stringValue = _textValue.ToString(); 1516_textValue.Append(s); 2085_textValue?.Length = 0;