7 references to Free
Microsoft.Interop.SourceGeneration (7)
MarshallerShape.cs (2)
199
shape |= MarshallerShape.
Free
;
530
shape |= MarshallerShape.
Free
;
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (3)
185
if (freeStrategy != FreeStrategy.NoFree && marshallerData.Shape.HasFlag(MarshallerShape.
Free
))
288
if (marshallerData.Shape.HasFlag(MarshallerShape.
Free
))
318
if (freeStrategy != FreeStrategy.NoFree && marshallerData.Shape.HasFlag(MarshallerShape.
Free
))
Marshalling\StatefulMarshallingStrategy.cs (2)
30
if (!shape.HasFlag(MarshallerShape.
Free
))
44
if (!shape.HasFlag(MarshallerShape.
Free
))