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