10 references to IsAt
Microsoft.CodeAnalysis.Features (10)
EmbeddedLanguages\Json\JsonLexer.cs (10)
239
if (
IsAt
("\r\n"))
244
else if (
IsAt
("\r") ||
IsAt
("\n"))
255
if (
IsAt
("//"))
259
else if (
IsAt
("/*"))
263
else if (
IsAt
("/"))
278
Debug.Assert(
IsAt
("//"));
299
Debug.Assert(
IsAt
("/*"));
303
while (Position < Text.Length && !
IsAt
("*/"))
306
if (
IsAt
("*/"))