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