1 write to CallKind
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\OverloadResolution\CallingConventionInfo.cs (1)
18CallKind = callKind;
4 references to CallKind
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (4)
672Debug.Assert(!expectedConvention.CallKind.HasUnknownCallingConventionAttributeBits()); 674Debug.Assert(expectedConvention.UnmanagedCallingConventionTypes.IsEmpty || expectedConvention.CallKind == Cci.CallingConvention.Unmanaged); 763if (actualCallKind.HasUnknownCallingConventionAttributeBits() || !actualCallKind.IsCallingConvention(expectedConvention.CallKind)) 769if (expectedConvention.CallKind.IsCallingConvention(Cci.CallingConvention.Unmanaged))