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