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