1 write to _marshallers
Microsoft.Interop.ComInterfaceGenerator (1)
UnmanagedToManagedStubGenerator.cs (1)
27_marshallers = BoundGenerators.Create(argTypes, generatorResolver, StubCodeContext.DefaultNativeToManagedStub, new Forwarder(), out var bindingDiagnostics);
6 references to _marshallers
Microsoft.Interop.ComInterfaceGenerator (6)
UnmanagedToManagedStubGenerator.cs (6)
31if (_marshallers.NativeReturnMarshaller.UsesNativeIdentifier) 53_marshallers, 62VariableDeclarations declarations = VariableDeclarations.GenerateDeclarationsForUnmanagedToManaged(_marshallers, _context, shouldInitializeVariables); 102if (!_marshallers.IsUnmanagedVoidReturn) 103allStatements.Add(ReturnStatement(IdentifierName(_context.GetIdentifiers(_marshallers.NativeReturnMarshaller.TypeInfo).native))); 110return _marshallers.GenerateTargetMethodSignatureData(_context);