12 references to Supported
Microsoft.Interop.SourceGeneration (12)
Marshalling\ByValueContentsMarshalKindValidator.cs (2)
38
Debug.Assert(support == ByValueMarshalKindSupport.
Supported
|| diagnostic is not null);
41
ByValueMarshalKindSupport.
Supported
=> generator,
Marshalling\ByValueMarshalKindSupportDescriptor.cs (8)
16
ByValueMarshalKindSupport.
Supported
=> null,
54
DefaultSupport: new(ByValueMarshalKindSupport.
Supported
, null),
64
InSupport: new(ByValueMarshalKindSupport.
Supported
, null),
65
OutSupport: new(ByValueMarshalKindSupport.
Supported
, null),
66
InOutSupport: new(ByValueMarshalKindSupport.
Supported
, null));
69
/// Returns the support for the ByValueContentsMarshalKind, and if it is not <see cref="ByValueMarshalKindSupport.
Supported
"/>, diagnostic is not null
86
return ByValueMarshalKindSupport.
Supported
;
93
return ByValueMarshalKindSupport.
Supported
;
Marshalling\MarshallingGenerator.cs (2)
144
/// The diagnostic to report if the return value is not <see cref="ByValueMarshalKindSupport.
Supported
"/>.
145
/// It should be non-null if the value is not <see cref="ByValueMarshalKindSupport.
Supported
"/>