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