2 references to GenerateDeclarationsForManagedToUnmanaged
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSImportCodeGenerator.cs (1)
79
VariableDeclarations declarations = VariableDeclarations.
GenerateDeclarationsForManagedToUnmanaged
(_marshallers, _context, shouldInitializeVariables);
Microsoft.Interop.SourceGeneration (1)
ManagedToNativeStubGenerator.cs (1)
113
VariableDeclarations declarations = VariableDeclarations.
GenerateDeclarationsForManagedToUnmanaged
(_marshallers, _context, shouldInitializeVariables);