3 references to InKeyword
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider (3)
src\Compilers\CSharp\Portable\Syntax\SyntaxKindFacts.cs (3)
999return SyntaxKind.InKeyword; 1694case SyntaxKind.InKeyword: 1893return kind == SyntaxKind.OutKeyword || kind == SyntaxKind.InKeyword;