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