2 implementations of GetGlobalAllocationContext
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\41\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface12.cs (1)
37
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface12.
GetGlobalAllocationContext
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* allocPtr, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* allocLimit)
SOSDacImpl.cs (1)
6375
int ISOSDacInterface12.
GetGlobalAllocationContext
(ClrDataAddress* allocPtr, ClrDataAddress* allocLimit)
2 references to GetGlobalAllocationContext
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\41\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface12.cs (1)
62
__retVal = @this.
GetGlobalAllocationContext
(allocPtr, allocLimit);
SOSDacImpl.cs (1)
6398
int hrLocal = _legacyImpl12.
GetGlobalAllocationContext
(&allocPtrLocal, &allocLimitLocal);