5 references to COMInterop
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\FeatureFlags_1.cs (1)
19RuntimeFeature.COMInterop => Constants.Globals.FeatureCOMInterop,
Contracts\GC\GC_1.cs (2)
553if (featureFlags.IsEnabled(RuntimeFeature.COMInterop) || featureFlags.IsEnabled(RuntimeFeature.ComWrappers) || featureFlags.IsEnabled(RuntimeFeature.ObjCMarshal)) 666if (_target.Contracts.FeatureFlags.IsEnabled(RuntimeFeature.COMInterop) && IsRefCounted(type))
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
3385if (_target.Contracts.FeatureFlags.IsEnabled(Contracts.RuntimeFeature.COMInterop) 5004if (!_target.Contracts.FeatureFlags.IsEnabled(Contracts.RuntimeFeature.COMInterop))