9 references to Supported
Microsoft.Interop.SourceGeneration (9)
Marshalling\ByValueContentsMarshalKindValidator.cs (2)
38Debug.Assert(support == ByValueMarshalKindSupport.Supported || diagnostic is not null); 41ByValueMarshalKindSupport.Supported => generator,
Marshalling\ByValueMarshalKindSupportDescriptor.cs (7)
15ByValueMarshalKindSupport.Supported => null, 45DefaultSupport: new(ByValueMarshalKindSupport.Supported, null), 55InSupport: new(ByValueMarshalKindSupport.Supported, null), 56OutSupport: new(ByValueMarshalKindSupport.Supported, null), 57InOutSupport: new(ByValueMarshalKindSupport.Supported, null)); 77return ByValueMarshalKindSupport.Supported; 84return ByValueMarshalKindSupport.Supported;