2 references to GetCallingConventionsFromAttributes
Microsoft.Interop.ComInterfaceGenerator (2)
ComInterfaceGenerator.cs (1)
285ImmutableArray<string> callConv = VirtualMethodPointerStubGenerator.GetCallingConventionsFromAttributes(
VtableIndexStubGenerator.cs (1)
375ImmutableArray<string> callConv = VirtualMethodPointerStubGenerator.GetCallingConventionsFromAttributes(suppressGCTransitionAttribute, unmanagedCallConvAttribute, defaultCallingConventions: ImmutableArray<string>.Empty);