4 references to s_mergeConflictLength
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
src\Analyzers\Core\CodeFixes\ConflictMarkerResolution\AbstractConflictMarkerCodeFixProvider.cs (4)
249if (currentLineLength < s_mergeConflictLength) 254for (var j = 0; j < s_mergeConflictLength; j++) 270var topText = startLine.ToString()[s_mergeConflictLength..].Trim(); 275var bottomText = endLine.ToString()[s_mergeConflictLength..].Trim();