2 references to ComImportInteropEnabled
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
44
if (OperatingSystem.IsWindows() && BuiltInComSupported &&
ComImportInteropEnabled
)
System\Runtime\InteropServices\Marshalling\StrategyBasedComWrappers.cs (1)
48
if (OperatingSystem.IsWindows() && RuntimeFeature.IsDynamicCodeSupported && ComObject.BuiltInComSupported && ComObject.
ComImportInteropEnabled
)