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