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