1 override of SingleLineComment
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
49public override SyntaxTrivia SingleLineComment(string text)
2 references to SingleLineComment
Microsoft.CodeAnalysis.Features (1)
src\roslyn\src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceService.cs (1)
100trivia.Add(this.SyntaxGeneratorInternal.SingleLineComment(" " + comment));
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SyntaxGenerator.cs (1)
52=> this.SyntaxGeneratorInternal.SingleLineComment(text);