8 instantiations of ByValueMarshalKindSupportInfo
Microsoft.Interop.SourceGeneration (8)
Marshalling\ByValueMarshalKindSupportDescriptor.cs (8)
54DefaultSupport: new(ByValueMarshalKindSupport.Supported, null),
55InSupport: new(ByValueMarshalKindSupport.NotSupported, SR.InAttributeNotSupportedOnByValueParameters),
56OutSupport: new(ByValueMarshalKindSupport.NotSupported, SR.OutAttributeNotSupportedOnByValueParameters),
57InOutSupport: new(ByValueMarshalKindSupport.NotSupported, SR.InOutAttributeNotSupportedOnByValueParameters));
63DefaultSupport: new(ByValueMarshalKindSupport.NotRecommended, SR.PreferExplicitInOutAttributesOnArrays),
64InSupport: new(ByValueMarshalKindSupport.Supported, null),
65OutSupport: new(ByValueMarshalKindSupport.Supported, null),
66InOutSupport: new(ByValueMarshalKindSupport.Supported, null));
4 references to ByValueMarshalKindSupportInfo
Microsoft.Interop.SourceGeneration (4)