11 references to At
Microsoft.CodeAnalysis.Razor.Compiler (11)
Language\Legacy\CSharpCodeParser.cs (11)
2149if (At(CSharpSyntaxKind.ForEachKeyword)) 2315if (At(CSharpSyntaxKind.ElseKeyword)) 2332if (!At(CSharpSyntaxKind.ElseKeyword)) 2340if (At(CSharpSyntaxKind.IfKeyword)) 2378if (At(CSharpSyntaxKind.CatchKeyword)) 2385else if (At(CSharpSyntaxKind.FinallyKeyword)) 2415if (At(CSharpSyntaxKind.WhenKeyword)) 2458if (At(CSharpSyntaxKind.WhileKeyword)) 2486var atStaticOrGlobal = At(CSharpSyntaxKind.StaticKeyword, CSharpSyntaxKind.GlobalKeyword); 2581if (At(SyntaxKind.Identifier) || At(CSharpSyntaxKind.GlobalKeyword)) 2606else if (At(CSharpSyntaxKind.StaticKeyword))