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