4 references to RefKind
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Lambda.cs (1)
373lambda.RefKind(i), lambda.DeclaredScope(i), containingSymbol: null, thisKeyword: default, paramsKeyword: paramsKeyword, firstDefault, diagnostics);
Binder\Binder_Statements.cs (1)
2151var lambdaRefKind = anonymousFunction.RefKind(i);
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1440if (delegateParameters[p].RefKind != anonymousFunction.RefKind(p) ||
Symbols\Source\LambdaSymbol.cs (1)
339refKind = unboundLambda.RefKind(p);