3 references to IsExtensionMethodReceiverArgument
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
4605bool forExtensionMethodThisArg = arguments.IsExtensionMethodReceiverArgument(argumentPosition);
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (2)
1194if (arguments.IsExtensionMethodReceiverArgument(arg)) 1306if (arguments.IsExtensionMethodReceiverArgument(arg))