3 references to RefKeyword
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (3)
CSharp\MemberSignatureParser.cs (1)
239
if (kind != SyntaxKind.
RefKeyword
&& kind != SyntaxKind.OutKeyword)
src\Compilers\CSharp\Portable\Syntax\SyntaxKindFacts.cs (2)
965
return SyntaxKind.
RefKeyword
;
1613
case SyntaxKind.
RefKeyword
: