2 instantiations of CustomTypeMarshallingGenerator
Microsoft.Interop.SourceGeneration (2)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (2)
196
IBoundMarshallingGenerator marshallingGenerator = new
CustomTypeMarshallingGenerator
(marshallingStrategy, ByValueMarshalKindSupportDescriptor.Default, marshallerData.Shape.HasFlag(MarshallerShape.StatelessPinnableReference));
342
IBoundMarshallingGenerator marshallingGenerator = new
CustomTypeMarshallingGenerator
(marshallingStrategy, byValueMarshalKindSupport, isPinned);