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)
558Debug.Assert(!expectedConvention.CallKind.HasUnknownCallingConventionAttributeBits()); 560Debug.Assert(expectedConvention.UnmanagedCallingConventionTypes.IsEmpty || expectedConvention.CallKind == Cci.CallingConvention.Unmanaged); 649if (actualCallKind.HasUnknownCallingConventionAttributeBits() || !actualCallKind.IsCallingConvention(expectedConvention.CallKind)) 655if (expectedConvention.CallKind.IsCallingConvention(Cci.CallingConvention.Unmanaged))