11 references to At
Microsoft.CodeAnalysis.Razor.Compiler (11)
Language\Legacy\CSharpCodeParser.cs (11)
2138if (At(CSharpSyntaxKind.ForEachKeyword)) 2304if (At(CSharpSyntaxKind.ElseKeyword)) 2321if (!At(CSharpSyntaxKind.ElseKeyword)) 2329if (At(CSharpSyntaxKind.IfKeyword)) 2367if (At(CSharpSyntaxKind.CatchKeyword)) 2374else if (At(CSharpSyntaxKind.FinallyKeyword)) 2404if (At(CSharpSyntaxKind.WhenKeyword)) 2447if (At(CSharpSyntaxKind.WhileKeyword)) 2475var atStaticOrGlobal = At(CSharpSyntaxKind.StaticKeyword, CSharpSyntaxKind.GlobalKeyword); 2570if (At(SyntaxKind.Identifier) || At(CSharpSyntaxKind.GlobalKeyword)) 2595else if (At(CSharpSyntaxKind.StaticKeyword))