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