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