1 write to UnmanagedCallingConventionTypes
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\OverloadResolution\CallingConventionInfo.cs (1)
19
UnmanagedCallingConventionTypes
= unmanagedCallingConventionTypes;
4 references to UnmanagedCallingConventionTypes
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (4)
673
Debug.Assert(expectedConvention.
UnmanagedCallingConventionTypes
is not null);
674
Debug.Assert(expectedConvention.
UnmanagedCallingConventionTypes
.IsEmpty || expectedConvention.CallKind == Cci.CallingConvention.Unmanaged);
771
if (expectedConvention.
UnmanagedCallingConventionTypes
.Count != actualUnmanagedCallingConventionTypes.Count)
777
foreach (var expectedModifier in expectedConvention.
UnmanagedCallingConventionTypes
)