7 references to NotSupported
Microsoft.Interop.SourceGeneration (7)
Marshalling\ByValueContentsMarshalKindValidator.cs (1)
42
ByValueMarshalKindSupport.
NotSupported
=> ResolvedGenerator.ResolvedWithDiagnostics(s_forwarder.Bind(generator.Generator.TypeInfo, context), generator.Diagnostics.Add(diagnostic!)),
Marshalling\ByValueMarshalKindSupportDescriptor.cs (5)
30
ByValueMarshalKindSupport.
NotSupported
=>
55
InSupport: new(ByValueMarshalKindSupport.
NotSupported
, SR.InAttributeNotSupportedOnByValueParameters),
56
OutSupport: new(ByValueMarshalKindSupport.
NotSupported
, SR.OutAttributeNotSupportedOnByValueParameters),
57
InOutSupport: new(ByValueMarshalKindSupport.
NotSupported
, SR.InOutAttributeNotSupportedOnByValueParameters));
82
return ByValueMarshalKindSupport.
NotSupported
;
Marshalling\CustomTypeMarshallingGenerator.cs (1)
93
&& byValueContentsMarshallingSupport.GetSupport(TypeInfo.ByValueContentsMarshalKind, TypeInfo, out _) != ByValueMarshalKindSupport.
NotSupported