11 references to At
Microsoft.CodeAnalysis.Razor.Compiler (11)
Language\Legacy\CSharpCodeParser.cs (11)
2133if (At(CSharpSyntaxKind.ForEachKeyword)) 2299if (At(CSharpSyntaxKind.ElseKeyword)) 2316if (!At(CSharpSyntaxKind.ElseKeyword)) 2324if (At(CSharpSyntaxKind.IfKeyword)) 2362if (At(CSharpSyntaxKind.CatchKeyword)) 2369else if (At(CSharpSyntaxKind.FinallyKeyword)) 2399if (At(CSharpSyntaxKind.WhenKeyword)) 2442if (At(CSharpSyntaxKind.WhileKeyword)) 2470var atStaticOrGlobal = At(CSharpSyntaxKind.StaticKeyword, CSharpSyntaxKind.GlobalKeyword); 2565if (At(SyntaxKind.Identifier) || At(CSharpSyntaxKind.GlobalKeyword)) 2590else if (At(CSharpSyntaxKind.StaticKeyword))