1 override of TokenHasTrailingLineContinuationChar
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeFixes\Suppression\CSharpSuppressionCodeFixProvider.cs (1)
252
protected override bool
TokenHasTrailingLineContinuationChar
(SyntaxToken token)
1 reference to TokenHasTrailingLineContinuationChar
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.cs (1)
131
while (
TokenHasTrailingLineContinuationChar
(token))