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)
670Debug.Assert(!expectedConvention.CallKind.HasUnknownCallingConventionAttributeBits()); 672Debug.Assert(expectedConvention.UnmanagedCallingConventionTypes.IsEmpty || expectedConvention.CallKind == Cci.CallingConvention.Unmanaged); 761if (actualCallKind.HasUnknownCallingConventionAttributeBits() || !actualCallKind.IsCallingConvention(expectedConvention.CallKind)) 767if (expectedConvention.CallKind.IsCallingConvention(Cci.CallingConvention.Unmanaged))