4 references to GetSupport
Microsoft.Interop.SourceGeneration (4)
Marshalling\ByValueMarshalKindSupportDescriptor.cs (4)
98
ByValueContentsMarshalKind.Default => DefaultSupport.
GetSupport
(info, out diagnostic),
99
ByValueContentsMarshalKind.In => InSupport.
GetSupport
(info, out diagnostic),
100
ByValueContentsMarshalKind.Out => OutSupport.
GetSupport
(info, out diagnostic),
101
ByValueContentsMarshalKind.InOut => InOutSupport.
GetSupport
(info, out diagnostic),