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