2 implementations of IsTrackedType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\40\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)
6276
int ISOSDacInterface11.
IsTrackedType
(ClrDataAddress objAddr, Interop.BOOL* isTrackedType, Interop.BOOL* hasTaggedMemory)
2 references to IsTrackedType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\40\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface11.cs (1)
69
__retVal = @this.
IsTrackedType
(objAddr, isTrackedType, hasTaggedMemory);
SOSDacImpl.cs (1)
6317
int hrLocal = _legacyImpl11.
IsTrackedType
(objAddr, &isTrackedTypeLocal, &hasTaggedMemoryLocal);