1 write to ValueText
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
LexicalAndXml\DocumentationCommentLexerTestBase.cs (1)
125ValueText = valueText ?? text ?? canonicalText
2 references to ValueText
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
LexicalAndXml\DocumentationCommentLexerTestBase.cs (2)
63Assert.Equal(expectedToken.ValueText, actualToken.ValueText); 138return Kind + " (" + ContextualKind + ") '" + ValueText + "' (really '" + Text + "')";