9 references to Supported
Microsoft.Interop.SourceGeneration (9)
Marshalling\ByValueContentsMarshalKindValidator.cs (2)
38
Debug.Assert(support == ByValueMarshalKindSupport.
Supported
|| diagnostic is not null);
41
ByValueMarshalKindSupport.
Supported
=> generator,
Marshalling\ByValueMarshalKindSupportDescriptor.cs (7)
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));
77
return ByValueMarshalKindSupport.
Supported
;
84
return ByValueMarshalKindSupport.
Supported
;