1 write to _textValue
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
218_textValue = new StringBuilder(100);
7 references to _textValue
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (7)
929if (_textValue.Length > 0) 1194return _textValue.ToString(); 1228stringValue = _textValue.ToString(); 1242stringValue = _textValue.ToString(); 1539_textValue.Append(s); 2120if (_textValue != null) 2122_textValue.Length = 0;