6 references to AtEnd
Microsoft.CodeAnalysis.Razor.Compiler (6)
CSharp\RequiredAttributeParser.cs (6)
104Debug.Assert(!AtEnd, "Cannot move past the end of the input."); 118if (!AtEnd) 131if (AtEnd) 168else if (!AtEnd) 295else if (AtEnd) 329Debug.Assert(!AtEnd);