2 instantiations of VariableDeclarations
Microsoft.Interop.SourceGeneration (2)
VariableDeclarations.cs (2)
49return new VariableDeclarations 106return new VariableDeclarations
6 references to VariableDeclarations
Microsoft.Interop.SourceGeneration (6)
ManagedToNativeStubGenerator.cs (2)
113VariableDeclarations declarations = VariableDeclarations.GenerateDeclarationsForManagedToUnmanaged(_marshallers, _context, shouldInitializeVariables);
UnmanagedToManagedStubGenerator.cs (2)
62VariableDeclarations declarations = VariableDeclarations.GenerateDeclarationsForUnmanagedToManaged(_marshallers, _context, shouldInitializeVariables);
VariableDeclarations.cs (2)
16public static VariableDeclarations GenerateDeclarationsForManagedToUnmanaged(BoundGenerators marshallers, StubIdentifierContext context, bool initializeDeclarations) 79public static VariableDeclarations GenerateDeclarationsForUnmanagedToManaged(BoundGenerators marshallers, StubIdentifierContext context, bool initializeDeclarations)