2 references to GenerateDeclarationsForUnmanagedToManaged
Microsoft.Interop.ComInterfaceGenerator (1)
UnmanagedToManagedStubGenerator.cs (1)
62
VariableDeclarations declarations = VariableDeclarations.
GenerateDeclarationsForUnmanagedToManaged
(_marshallers, _context, shouldInitializeVariables);
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSExportCodeGenerator.cs (1)
72
VariableDeclarations declarations = VariableDeclarations.
GenerateDeclarationsForUnmanagedToManaged
(_marshallers, _context, shouldInitializeVariables);