14 references to Supported
Microsoft.Interop.SourceGeneration (14)
Marshalling\ByValueContentsMarshalKindValidator.cs (2)
38
Debug.Assert(support == ByValueMarshalKindSupport.
Supported
|| diagnostic is not null);
41
ByValueMarshalKindSupport.
Supported
=> generator,
Marshalling\ByValueMarshalKindSupportDescriptor.cs (8)
15
ByValueMarshalKindSupport.
Supported
=> null,
45
DefaultSupport: new(ByValueMarshalKindSupport.
Supported
, null),
55
InSupport: new(ByValueMarshalKindSupport.
Supported
, null),
56
OutSupport: new(ByValueMarshalKindSupport.
Supported
, null),
57
InOutSupport: new(ByValueMarshalKindSupport.
Supported
, null));
60
/// Returns the support for the ByValueContentsMarshalKind, and if it is not <see cref="ByValueMarshalKindSupport.
Supported
"/>, diagnostic is not null
77
return ByValueMarshalKindSupport.
Supported
;
84
return ByValueMarshalKindSupport.
Supported
;
Marshalling\MarshallingGenerator.cs (4)
140
/// The diagnostic to report if the return value is not <see cref="ByValueMarshalKindSupport.
Supported
"/>.
141
/// It should be non-null if the value is not <see cref="ByValueMarshalKindSupport.
Supported
"/>
246
/// The diagnostic to report if the return value is not <see cref="ByValueMarshalKindSupport.
Supported
"/>.
247
/// It should be non-null if the value is not <see cref="ByValueMarshalKindSupport.
Supported
"/>