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