2 references to GetEffectiveRefKind
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_Call.cs (2)
1223
var effectiveArgRefKind =
GetEffectiveRefKind
(paramRefKind, currentArgRefKind, parameters[i].Type, comRefKindMismatchPossible: false);
1453
refKinds[p] =
GetEffectiveRefKind
(paramRefKind, argRefKind, parameters[p].Type, comRefKindMismatchPossible: true);