4 references to DefaultNativeToManagedStub
Microsoft.Interop.ComInterfaceGenerator (1)
Analyzers\ConvertComImportToGeneratedComInterfaceAnalyzer.cs (1)
118ResolvedGenerator unmanagedToManagedGenerator = unmanagedToManagedFactory.Create(info, StubCodeContext.DefaultNativeToManagedStub);
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSExportGenerator.cs (1)
445SignatureBindingHelpers.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); 54StubCodeContext.DefaultNativeToManagedStub,