2 overrides of SingleLineCommentStart
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeFixes\Suppression\CSharpSuppressionCodeFixProvider.cs (1)
82protected override string SingleLineCommentStart => "//";
Microsoft.CodeAnalysis.VisualBasic.Features (1)
CodeFixes\Suppression\VisualBasicSuppressionCodeFixProvider.vb (1)
96Protected Overrides ReadOnly Property SingleLineCommentStart() As String
1 reference to SingleLineCommentStart
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.cs (1)
76return string.Format(s_suppressionsFileCommentTemplate, SingleLineCommentStart);