14 references to Supported
Microsoft.Interop.SourceGeneration (14)
Marshalling\ByValueContentsMarshalKindValidator.cs (2)
38Debug.Assert(support == ByValueMarshalKindSupport.Supported || diagnostic is not null); 41ByValueMarshalKindSupport.Supported => generator,
Marshalling\ByValueMarshalKindSupportDescriptor.cs (8)
15ByValueMarshalKindSupport.Supported => null, 45DefaultSupport: new(ByValueMarshalKindSupport.Supported, null), 55InSupport: new(ByValueMarshalKindSupport.Supported, null), 56OutSupport: new(ByValueMarshalKindSupport.Supported, null), 57InOutSupport: new(ByValueMarshalKindSupport.Supported, null)); 60/// Returns the support for the ByValueContentsMarshalKind, and if it is not <see cref="ByValueMarshalKindSupport.Supported"/>, diagnostic is not null 77return ByValueMarshalKindSupport.Supported; 84return 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"/>