2 references to GenerateCallConvSyntaxFromAttributes
Microsoft.Interop.ComInterfaceGenerator (2)
ComInterfaceGenerator.cs (1)
371
ImmutableArray<FunctionPointerUnmanagedCallingConventionSyntax> callConv = VirtualMethodPointerStubGenerator.
GenerateCallConvSyntaxFromAttributes
(
VtableIndexStubGenerator.cs (1)
288
ImmutableArray<FunctionPointerUnmanagedCallingConventionSyntax> callConv = VirtualMethodPointerStubGenerator.
GenerateCallConvSyntaxFromAttributes
(suppressGCTransitionAttribute, unmanagedCallConvAttribute, defaultCallingConventions: ImmutableArray<FunctionPointerUnmanagedCallingConventionSyntax>.Empty);