6 references to CallingMethod
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder.ValueChecks.cs (6)
46
/// wider escape level. An destination that is <see cref="EscapeLevel.
CallingMethod
"/>
69
EscapeLevel.
CallingMethod
=> level == EscapeLevel.
CallingMethod
,
1028
CallingMethodScope => EscapeLevel.
CallingMethod
,
2199
mixableArguments.Add(new MixableDestination(argument, EscapeLevel.
CallingMethod
));
2328
escapeValues.Add(new EscapeValue(parameter: null, argument, EscapeLevel.
CallingMethod
, isRefEscape: false));