10 references to IsAt
Microsoft.CodeAnalysis.Features (10)
EmbeddedLanguages\Json\JsonLexer.cs (10)
238
if (
IsAt
("\r\n"))
243
else if (
IsAt
("\r") ||
IsAt
("\n"))
254
if (
IsAt
("//"))
258
else if (
IsAt
("/*"))
262
else if (
IsAt
("/"))
277
Debug.Assert(
IsAt
("//"));
298
Debug.Assert(
IsAt
("/*"));
302
while (Position < Text.Length && !
IsAt
("*/"))
305
if (
IsAt
("*/"))