4 references to DefaultNativeToManagedStub
Microsoft.Interop.ComInterfaceGenerator (3)
Analyzers\ConvertComImportToGeneratedComInterfaceAnalyzer.cs (1)
118
ResolvedGenerator unmanagedToManagedGenerator = unmanagedToManagedFactory.Create(info, StubCodeContext.
DefaultNativeToManagedStub
);
UnmanagedToManagedStubGenerator.cs (2)
27
_marshallers = BoundGenerators.Create(argTypes, generatorResolver, StubCodeContext.
DefaultNativeToManagedStub
, new Forwarder(), out var bindingDiagnostics);
54
StubCodeContext.
DefaultNativeToManagedStub
,
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSExportCodeGenerator.cs (1)
33
_marshallers = BoundGenerators.Create(argTypes, generatorResolver, StubCodeContext.
DefaultNativeToManagedStub
, new EmptyJSGenerator(), out var bindingFailures);