12 references to GetCleanupStage
Microsoft.Interop.SourceGeneration (12)
Marshalling\StatefulMarshallingStrategy.cs (4)
27
if (MarshallerHelpers.
GetCleanupStage
(info, stubContext) is not StubIdentifierContext.Stage.CleanupCallerAllocated)
41
if (MarshallerHelpers.
GetCleanupStage
(info, stubContext) is not StubIdentifierContext.Stage.CleanupCalleeAllocated)
481
if (MarshallerHelpers.
GetCleanupStage
(TypeInfo, CodeContext) is not StubIdentifierContext.Stage.CleanupCallerAllocated)
498
if (MarshallerHelpers.
GetCleanupStage
(TypeInfo, CodeContext) is not StubIdentifierContext.Stage.CleanupCalleeAllocated)
Marshalling\StatelessMarshallingStrategy.cs (6)
259
if (MarshallerHelpers.
GetCleanupStage
(TypeInfo, CodeContext) is not StubIdentifierContext.Stage.CleanupCallerAllocated)
278
if (MarshallerHelpers.
GetCleanupStage
(TypeInfo, CodeContext) is not StubIdentifierContext.Stage.CleanupCalleeAllocated)
319
if (MarshallerHelpers.
GetCleanupStage
(TypeInfo, CodeContext) is not StubIdentifierContext.Stage.CleanupCallerAllocated)
337
if (MarshallerHelpers.
GetCleanupStage
(TypeInfo, CodeContext) is not StubIdentifierContext.Stage.CleanupCalleeAllocated)
607
if (MarshallerHelpers.
GetCleanupStage
(TypeInfo, CodeContext) is StubIdentifierContext.Stage.CleanupCallerAllocated)
640
if (MarshallerHelpers.
GetCleanupStage
(TypeInfo, CodeContext) is StubIdentifierContext.Stage.CleanupCallerAllocated)
Marshalling\UnmanagedToManagedOwnershipTrackingStrategy.cs (2)
94
if (MarshallerHelpers.
GetCleanupStage
(TypeInfo, CodeContext) is not StubIdentifierContext.Stage.CleanupCallerAllocated)
107
if (MarshallerHelpers.
GetCleanupStage
(TypeInfo, CodeContext) is not StubIdentifierContext.Stage.CleanupCalleeAllocated)