1 write to Text
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
LexicalAndXml\DocumentationCommentLexerTestBase.cs (1)
124
Text
= text ?? canonicalText,
2 references to Text
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
LexicalAndXml\DocumentationCommentLexerTestBase.cs (2)
62
Assert.Equal(expectedToken.
Text
, actualToken.Text); //This first, since it's easiest to debug.
138
return Kind + " (" + ContextualKind + ") '" + ValueText + "' (really '" +
Text
+ "')";