4 references to DefaultNativeToManagedStub
Microsoft.Interop.ComInterfaceGenerator (1)
Analyzers\ConvertComImportToGeneratedComInterfaceAnalyzer.cs (1)
118
ResolvedGenerator unmanagedToManagedGenerator = unmanagedToManagedFactory.Create(info, StubCodeContext.
DefaultNativeToManagedStub
);
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSExportGenerator.cs (1)
445
SignatureBindingHelpers.CreateSignaturesArgument(context.SignatureContext.ElementTypeInformation, StubCodeContext.
DefaultNativeToManagedStub
)
Microsoft.Interop.SourceGeneration (2)
UnmanagedToManagedStubGenerator.cs (2)
27
_marshallers = BoundGenerators.Create(argTypes, generatorResolver, StubCodeContext.
DefaultNativeToManagedStub
, new Forwarder(), out var bindingDiagnostics);
54
StubCodeContext.
DefaultNativeToManagedStub
,