3 references to ShouldGenerateByValueOutMarshalling
Microsoft.Interop.SourceGeneration (3)
Marshalling\CustomTypeMarshallingGenerator.cs (3)
37
|| (CodeContext.Direction == MarshalDirection.UnmanagedToManaged &&
ShouldGenerateByValueOutMarshalling
))
68
|| (CodeContext.Direction == MarshalDirection.ManagedToUnmanaged &&
ShouldGenerateByValueOutMarshalling
))
75
|| (CodeContext.Direction == MarshalDirection.ManagedToUnmanaged &&
ShouldGenerateByValueOutMarshalling
))