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"/> 69EscapeLevel.CallingMethod => level == EscapeLevel.CallingMethod, 1028CallingMethodScope => EscapeLevel.CallingMethod, 2199mixableArguments.Add(new MixableDestination(argument, EscapeLevel.CallingMethod)); 2328escapeValues.Add(new EscapeValue(parameter: null, argument, EscapeLevel.CallingMethod, isRefEscape: false));