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