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