5 references to FeatureCOMInterop
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Constants.cs (1)
22public const string FeatureCOMInterop = nameof(FeatureCOMInterop);
Contracts\GC\GC_1.cs (2)
456if (_target.ReadGlobal<byte>(Constants.Globals.FeatureCOMInterop) != 0 || _target.ReadGlobal<byte>(Constants.Globals.FeatureComWrappers) != 0 || _target.ReadGlobal<byte>(Constants.Globals.FeatureObjCMarshal) != 0) 569if (_target.ReadGlobal<byte>(Constants.Globals.FeatureCOMInterop) != 0 && IsRefCounted(type))
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
3399if (_target.ReadGlobal<byte>(Constants.Globals.FeatureCOMInterop) != 0 5017if (_target.ReadGlobal<byte>(Constants.Globals.FeatureCOMInterop) == 0)