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