2 instantiations of VariableDeclarations
Microsoft.Interop.SourceGeneration (2)
VariableDeclarations.cs (2)
64return new VariableDeclarations 121return new VariableDeclarations
6 references to VariableDeclarations
Microsoft.Interop.SourceGeneration (6)
ManagedToNativeStubGenerator.cs (2)
131VariableDeclarations declarations = VariableDeclarations.GenerateDeclarationsForManagedToUnmanaged(_marshallers, _context, shouldInitializeVariables);
UnmanagedToManagedStubGenerator.cs (2)
115VariableDeclarations declarations = VariableDeclarations.GenerateDeclarationsForUnmanagedToManaged(_marshallers, _context, shouldInitializeVariables);
VariableDeclarations.cs (2)
16public static VariableDeclarations GenerateDeclarationsForManagedToUnmanaged(BoundGenerators marshallers, StubIdentifierContext context, bool initializeDeclarations) 94public static VariableDeclarations GenerateDeclarationsForUnmanagedToManaged(BoundGenerators marshallers, StubIdentifierContext context, bool initializeDeclarations)