8 instantiations of ByValueMarshalKindSupportInfo
Microsoft.Interop.SourceGeneration (8)
Marshalling\ByValueMarshalKindSupportDescriptor.cs (8)
45DefaultSupport: new(ByValueMarshalKindSupport.Supported, null), 46InSupport: new(ByValueMarshalKindSupport.NotSupported, SR.InAttributeNotSupportedOnByValueParameters), 47OutSupport: new(ByValueMarshalKindSupport.NotSupported, SR.OutAttributeNotSupportedOnByValueParameters), 48InOutSupport: new(ByValueMarshalKindSupport.NotSupported, SR.InOutAttributeNotSupportedOnByValueParameters)); 54DefaultSupport: new(ByValueMarshalKindSupport.NotRecommended, SR.PreferExplicitInOutAttributesOnArrays), 55InSupport: new(ByValueMarshalKindSupport.Supported, null), 56OutSupport: new(ByValueMarshalKindSupport.Supported, null), 57InOutSupport: new(ByValueMarshalKindSupport.Supported, null));
4 references to ByValueMarshalKindSupportInfo
Microsoft.Interop.SourceGeneration (4)
Marshalling\ByValueMarshalKindSupportDescriptor.cs (4)
36ByValueMarshalKindSupportInfo DefaultSupport, 37ByValueMarshalKindSupportInfo InSupport, 38ByValueMarshalKindSupportInfo OutSupport, 39ByValueMarshalKindSupportInfo InOutSupport)