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