8 references to ICustomTypeMarshallingStrategy
Microsoft.Interop.SourceGeneration (8)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (2)
165
ICustomTypeMarshallingStrategy
marshallingStrategy;
257
ICustomTypeMarshallingStrategy
marshallingStrategy;
Marshalling\CustomTypeMarshallingGenerator.cs (2)
11
/// Implements generating code for an <see cref="
ICustomTypeMarshallingStrategy
"/> instance.
13
internal sealed class CustomTypeMarshallingGenerator(
ICustomTypeMarshallingStrategy
nativeTypeMarshaller, ByValueMarshalKindSupportDescriptor byValueContentsMarshallingSupport, bool isPinned)
Marshalling\StatefulMarshallingStrategy.cs (1)
13
internal sealed class StatefulValueMarshalling(TypePositionInfo info, StubCodeContext stubContext, ManagedTypeInfo marshallerType, ManagedTypeInfo unmanagedType, MarshallerShape shape) :
ICustomTypeMarshallingStrategy
Marshalling\StatelessMarshallingStrategy.cs (1)
17
internal sealed class StatelessValueMarshalling(TypePositionInfo info, StubCodeContext codeContext, TypeSyntax marshallerTypeSyntax, ManagedTypeInfo unmanagedType, MarshallerShape shape) :
ICustomTypeMarshallingStrategy
Marshalling\UnmanagedToManagedOwnershipTrackingStrategy.cs (2)
17
internal sealed class UnmanagedToManagedOwnershipTrackingStrategy(
ICustomTypeMarshallingStrategy
innerMarshaller) :
ICustomTypeMarshallingStrategy