Implemented interface member:
property
TypeInfo
Microsoft.Interop.ICustomTypeMarshallingStrategy.TypeInfo
4 references to TypeInfo
Microsoft.Interop.SourceGeneration (4)
Marshalling\StatelessMarshallingStrategy.cs (4)
158if (MarshallerHelpers.CanUseCallerAllocatedBuffer(TypeInfo, CodeContext)) 167string bufferIdentifier = context.GetAdditionalIdentifier(TypeInfo, "buffer"); 188(string managedIdentifier, string nativeIdentifier) = context.GetIdentifiers(TypeInfo); 192string numElementsIdentifier = MarshallerHelpers.GetNumElementsIdentifier(TypeInfo, context);