2 references to ToString
Microsoft.CodeAnalysis.CSharp (2)
Parser\DirectiveParser.cs (1)
826string text = identifier.ToString();
Parser\DocumentationCommentParser.cs (1)
402token = this.WithXmlParseError(token, error, token.ToString());