2 overrides of GenerateElementCleanupStatement
Microsoft.Interop.SourceGeneration (2)
Marshalling\ElementsMarshalling.cs (2)
135
public override void
GenerateElementCleanupStatement
(IndentedTextWriter writer, StubIdentifierContext context)
203
public override void
GenerateElementCleanupStatement
(IndentedTextWriter writer, StubIdentifierContext context)
4 references to GenerateElementCleanupStatement
Microsoft.Interop.SourceGeneration (4)
Marshalling\StatefulMarshallingStrategy.cs (2)
191
elementsMarshalling.
GenerateElementCleanupStatement
(writer, context);
199
elementsMarshalling.
GenerateElementCleanupStatement
(writer, context);
Marshalling\StatelessMarshallingStrategy.cs (2)
326
elementsMarshalling.
GenerateElementCleanupStatement
(cleanupWriter, context);
360
elementsMarshalling.
GenerateElementCleanupStatement
(cleanupWriter, context);