2 references to GenerateNativeToManagedStub
Microsoft.Interop.ComInterfaceGenerator (2)
ComMethodContext.cs (1)
98
var (methodStub, diagnostics) = VirtualMethodPointerStubGenerator.
GenerateNativeToManagedStub
(GenerationContext, ComInterfaceGeneratorHelpers.GetGeneratorResolver);
VtableIndexStubGenerator.cs (1)
381
var (stub, diagnostics) = VirtualMethodPointerStubGenerator.
GenerateNativeToManagedStub
(methodStub, VtableIndexStubGeneratorHelpers.GetGeneratorResolver);