1 instantiation of FreeThreadedStrategy
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\FreeThreadedStrategy.cs (1)
11public static readonly IIUnknownStrategy Instance = new FreeThreadedStrategy();
1 reference to FreeThreadedStrategy
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\StrategyBasedComWrappers.cs (1)
34public static IIUnknownStrategy DefaultIUnknownStrategy { get; } = FreeThreadedStrategy.Instance;