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