1 write to KeywordKind
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (1)
CSharp\Scanner.cs (1)
45KeywordKind = keywordKind;
2 references to KeywordKind
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (2)
CSharp\MemberSignatureParser.cs (2)
142var specialType = GetSpecialType(CurrentToken.KeywordKind); 238var kind = CurrentToken.KeywordKind;