1 override of SingleLineComment
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
49public override SyntaxTrivia SingleLineComment(string text)
1 reference to SingleLineComment
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\roslyn\src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceService.cs (1)
100trivia.Add(this.SyntaxGeneratorInternal.SingleLineComment(" " + comment));