5 references to StatelessPinnableReference
Microsoft.Interop.SourceGeneration (5)
MarshallerShape.cs (2)
196
shape |= MarshallerShape.
StatelessPinnableReference
;
542
shape |= MarshallerShape.
StatelessPinnableReference
;
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (3)
196
IBoundMarshallingGenerator marshallingGenerator = new CustomTypeMarshallingGenerator(marshallingStrategy, ByValueMarshalKindSupportDescriptor.Default, marshallerData.Shape.HasFlag(MarshallerShape.
StatelessPinnableReference
));
198
if (marshallerData.Shape.HasFlag(MarshallerShape.
StatelessPinnableReference
))
341
bool isPinned = marshallerData.Shape.HasFlag(MarshallerShape.
StatelessPinnableReference
) && elementIsBlittable;