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