5 references to CleanupCalleeAllocated
Microsoft.Interop.SourceGeneration (5)
GeneratedStatements.cs (2)
43CleanupCalleeAllocated = GenerateStatementsForStubContext(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.CleanupCalleeAllocated }), 187StubIdentifierContext.Stage.CleanupCalleeAllocated => "Perform cleanup of callee allocated resources.",
Marshalling\CustomTypeMarshallingGenerator.cs (1)
82case StubIdentifierContext.Stage.CleanupCalleeAllocated:
Marshalling\MarshallerHelpers.cs (1)
363MarshalDirection.UnmanagedToManaged => StubIdentifierContext.Stage.CleanupCalleeAllocated,
Marshalling\StatefulMarshallingStrategy.cs (1)
41if (MarshallerHelpers.GetCleanupStage(info, stubContext) is not StubIdentifierContext.Stage.CleanupCalleeAllocated)