Base:
method
ToString
Microsoft.CodeAnalysis.GreenNode.ToString()
5 references to ToString
Microsoft.CodeAnalysis.CSharp (4)
Parser\DirectiveParser.cs (1)
854string text = identifier.ToString();
Parser\DocumentationCommentParser.cs (1)
402token = this.WithXmlParseError(token, error, token.ToString());
Parser\LanguageParser.cs (1)
14262node = this.AddError(node, ErrorCode.ERR_UnexpectedToken, trailingTrash[0].ToString());
Syntax\ShebangDirectiveTriviaSyntax.cs (1)
43endOfDirectiveToken = endOfDirectiveToken.TokenWithLeadingTrivia(SyntaxFactory.PreprocessingMessage(content.ToString()));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
LexicalAndXml\LexicalTests.cs (1)
4643Assert.Equal(".03", token.ToString());