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