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)
559Debug.Assert(expectedConvention.UnmanagedCallingConventionTypes is not null); 560Debug.Assert(expectedConvention.UnmanagedCallingConventionTypes.IsEmpty || expectedConvention.CallKind == Cci.CallingConvention.Unmanaged); 657if (expectedConvention.UnmanagedCallingConventionTypes.Count != actualUnmanagedCallingConventionTypes.Count) 663foreach (var expectedModifier in expectedConvention.UnmanagedCallingConventionTypes)