5 references to s_conflictMarkerLength
Microsoft.CodeAnalysis.CSharp (5)
Parser\Lexer.cs (5)
2091if ((position + s_conflictMarkerLength) <= text.Length) 2093for (int i = 0, n = s_conflictMarkerLength; i < n; i++) 2106return (position + s_conflictMarkerLength) < text.Length && 2107text[position + s_conflictMarkerLength] == ' '; 2118this.AddError(TextWindow.Position, s_conflictMarkerLength,