4 references to s_conflictMarkerLength
Microsoft.CodeAnalysis.VisualBasic (4)
Scanner\Scanner.vb (4)
727If (position + s_conflictMarkerLength) <= text.Length Then 728For i = 0 To s_conflictMarkerLength - 1 738Return (position + s_conflictMarkerLength) < text.Length AndAlso 739text(position + s_conflictMarkerLength) = " "c