3 references to ModeOptionallyMatchesShape
Microsoft.Interop.SourceGeneration (3)
ManualTypeMarshallingHelper.cs (3)
463
if (!
ModeOptionallyMatchesShape
(mode) && !shape.HasFlag(MarshallerShape.CallerAllocatedBuffer) && !shape.HasFlag(MarshallerShape.ToUnmanaged))
486
if (!
ModeOptionallyMatchesShape
(mode) && !shape.HasFlag(MarshallerShape.GuaranteedUnmarshal) && !shape.HasFlag(MarshallerShape.ToManaged))
518
if (!
ModeOptionallyMatchesShape
(mode) && ModeUsesManagedToUnmanagedShape(mode) && ModeUsesUnmanagedToManagedShape(mode) && !shape.HasFlag(MarshallerShape.ToUnmanaged))