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