2 implementations of IsTrackedType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface11.cs (1)
39
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface11.
IsTrackedType
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress objAddr, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* isTrackedType, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* hasTaggedMemory)
SOSDacImpl.cs (1)
6453
int ISOSDacInterface11.
IsTrackedType
(ClrDataAddress objAddr, Interop.BOOL* isTrackedType, Interop.BOOL* hasTaggedMemory)
1 reference to IsTrackedType
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface11.cs (1)
69
__retVal = @this.
IsTrackedType
(objAddr, isTrackedType, hasTaggedMemory);