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