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