2 implementations of GetGlobalAllocationContext
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\41\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface12.cs (1)
37int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface12.GetGlobalAllocationContext(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* allocPtr, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* allocLimit)
SOSDacImpl.cs (1)
6375int 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)
6398int hrLocal = _legacyImpl12.GetGlobalAllocationContext(&allocPtrLocal, &allocLimitLocal);