4 references to ExtraArguments
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Crefs.cs (1)
991callingConvention: candidateMethodIsVararg ? Microsoft.Cci.CallingConvention.ExtraArguments : Microsoft.Cci.CallingConvention.HasThis,
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (2)
779if (CallingConvention.IsCallingConvention(CallingConvention.ExtraArguments)) 811var isVararg = CallingConvention.IsCallingConvention(CallingConvention.ExtraArguments);
Symbols\Source\SourceMemberMethodSymbol.cs (1)
709var cc = IsVararg ? Cci.CallingConvention.ExtraArguments : Cci.CallingConvention.Default;