1 override of SingleLineCommentStart
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeFixes\Suppression\CSharpSuppressionCodeFixProvider.cs (1)
84protected override string SingleLineCommentStart => "//";
1 reference to SingleLineCommentStart
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.cs (1)
75return string.Format(s_suppressionsFileCommentTemplate, SingleLineCommentStart);