2 implementations of GetGCInterestingInfoData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\32\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface3.cs (1)
41
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface3.
GetGCInterestingInfoData
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress interestingInfoAddr, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGCInterestingInfoData* data)
SOSDacImpl.cs (1)
5044
int ISOSDacInterface3.
GetGCInterestingInfoData
(ClrDataAddress interestingInfoAddr, DacpGCInterestingInfoData* data)
2 references to GetGCInterestingInfoData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\32\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface3.cs (1)
71
__retVal = @this.
GetGCInterestingInfoData
(interestingInfoAddr, data);
SOSDacImpl.cs (1)
5074
int hrLocal = _legacyImpl3.
GetGCInterestingInfoData
(interestingInfoAddr, &dataLocal);