10 references to CleanupCalleeAllocated
Microsoft.Interop.SourceGeneration (10)
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\ElementsMarshalling.cs (1)
454
stagesToGenerate = [StubIdentifierContext.Stage.Marshal, StubIdentifierContext.Stage.PinnedMarshal, StubIdentifierContext.Stage.CleanupCallerAllocated, StubIdentifierContext.Stage.
CleanupCalleeAllocated
];
Marshalling\MarshallerHelpers.cs (1)
336
MarshalDirection.UnmanagedToManaged => StubIdentifierContext.Stage.
CleanupCalleeAllocated
,
Marshalling\StatefulMarshallingStrategy.cs (2)
41
if (MarshallerHelpers.GetCleanupStage(info, stubContext) is not StubIdentifierContext.Stage.
CleanupCalleeAllocated
)
498
if (MarshallerHelpers.GetCleanupStage(TypeInfo, CodeContext) is not StubIdentifierContext.Stage.
CleanupCalleeAllocated
)
Marshalling\StatelessMarshallingStrategy.cs (2)
278
if (MarshallerHelpers.GetCleanupStage(TypeInfo, CodeContext) is not StubIdentifierContext.Stage.
CleanupCalleeAllocated
)
337
if (MarshallerHelpers.GetCleanupStage(TypeInfo, CodeContext) is not StubIdentifierContext.Stage.
CleanupCalleeAllocated
)
Marshalling\UnmanagedToManagedOwnershipTrackingStrategy.cs (1)
107
if (MarshallerHelpers.GetCleanupStage(TypeInfo, CodeContext) is not StubIdentifierContext.Stage.
CleanupCalleeAllocated
)