3 references to AllowRefOmittedArguments
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (3)
8784
if (this.
AllowRefOmittedArguments
(left))
9058
allowRefOmittedArguments: binder.
AllowRefOmittedArguments
(left), dynamicResolution: actualReceiverArguments.HasDynamicArgument, ref useSiteInfo);
11050
if (
AllowRefOmittedArguments
(methodGroup.Receiver))