Implemented interface member:
property
TypeInfo
Microsoft.Interop.ICustomTypeMarshallingStrategy.TypeInfo
4 references to TypeInfo
Microsoft.Interop.SourceGeneration (4)
Marshalling\StatefulMarshallingStrategy.cs (4)
481if (MarshallerHelpers.GetCleanupStage(TypeInfo, CodeContext) is not StubIdentifierContext.Stage.CleanupCallerAllocated) 484string marshaller = StatefulValueMarshalling.GetMarshallerIdentifier(TypeInfo, context); 498if (MarshallerHelpers.GetCleanupStage(TypeInfo, CodeContext) is not StubIdentifierContext.Stage.CleanupCalleeAllocated) 501string marshaller = StatefulValueMarshalling.GetMarshallerIdentifier(TypeInfo, context);