11 implementations of SupportsByValueMarshalKind
Microsoft.Interop.ComInterfaceGenerator (6)
Marshallers\ComInterfaceDispatchMarshallingResolver.cs (1)
67
public ByValueMarshalKindSupport
SupportsByValueMarshalKind
(ByValueContentsMarshalKind marshalKind, TypePositionInfo info, out GeneratorDiagnostic? diagnostic)
Marshallers\KeepAliveThisMarshaller.cs (1)
35
public ByValueMarshalKindSupport
SupportsByValueMarshalKind
(ByValueContentsMarshalKind marshalKind, TypePositionInfo info, out GeneratorDiagnostic? diagnostic)
Marshallers\ManagedHResultExceptionGeneratorResolver.cs (2)
58
public ByValueMarshalKindSupport
SupportsByValueMarshalKind
(ByValueContentsMarshalKind marshalKind, TypePositionInfo info, out GeneratorDiagnostic? diagnostic)
95
public ByValueMarshalKindSupport
SupportsByValueMarshalKind
(ByValueContentsMarshalKind marshalKind, TypePositionInfo info, out GeneratorDiagnostic? diagnostic)
Marshallers\ObjectUnwrapperResolver.cs (1)
62
public ByValueMarshalKindSupport
SupportsByValueMarshalKind
(ByValueContentsMarshalKind marshalKind, TypePositionInfo info, out GeneratorDiagnostic? diagnostic)
Marshallers\StructAsHResultMarshallerFactory.cs (1)
94
public ByValueMarshalKindSupport
SupportsByValueMarshalKind
(ByValueContentsMarshalKind marshalKind, TypePositionInfo info, out GeneratorDiagnostic? diagnostic)
Microsoft.Interop.SourceGeneration (5)
Marshalling\BlittableMarshaller.cs (1)
102
public ByValueMarshalKindSupport
SupportsByValueMarshalKind
(ByValueContentsMarshalKind marshalKind, TypePositionInfo info, out GeneratorDiagnostic? diagnostic)
Marshalling\BoolMarshaller.cs (1)
100
public ByValueMarshalKindSupport
SupportsByValueMarshalKind
(ByValueContentsMarshalKind marshalKind, TypePositionInfo info, out GeneratorDiagnostic? diagnostic)
Marshalling\CharMarshaller.cs (1)
137
public ByValueMarshalKindSupport
SupportsByValueMarshalKind
(ByValueContentsMarshalKind marshalKind, TypePositionInfo info, out GeneratorDiagnostic? diagnostic)
Marshalling\DelegateMarshaller.cs (1)
95
public ByValueMarshalKindSupport
SupportsByValueMarshalKind
(ByValueContentsMarshalKind marshalKind, TypePositionInfo info, out GeneratorDiagnostic? diagnostic)
Marshalling\Forwarder.cs (1)
34
public ByValueMarshalKindSupport
SupportsByValueMarshalKind
(ByValueContentsMarshalKind marshalKind, TypePositionInfo info, out GeneratorDiagnostic? diagnostic)
2 references to SupportsByValueMarshalKind
Microsoft.Interop.SourceGeneration (2)
Marshalling\ByValueMarshalKindSupportDescriptor.cs (1)
42
/// Provides an implementation of <see cref="IUnboundMarshallingGenerator.
SupportsByValueMarshalKind
(ByValueContentsMarshalKind, TypePositionInfo, out GeneratorDiagnostic?)"/> through <see cref="GetSupport(ByValueContentsMarshalKind, TypePositionInfo, out GeneratorDiagnostic?)"/>
Marshalling\MarshallingGenerator.cs (1)
175
=> unbound.
SupportsByValueMarshalKind
(marshalKind, TypeInfo, out diagnostic);