2 implementations of GetTaggedMemory
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\40\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface11.cs (1)
81
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface11.
GetTaggedMemory
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress objAddr, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* taggedMemory, nuint* taggedMemorySizeInBytes)
SOSDacImpl.cs (1)
6329
int ISOSDacInterface11.
GetTaggedMemory
(ClrDataAddress objAddr, ClrDataAddress* taggedMemory, nuint* taggedMemorySizeInBytes)
2 references to GetTaggedMemory
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\40\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface11.cs (1)
111
__retVal = @this.
GetTaggedMemory
(objAddr, taggedMemory, taggedMemorySizeInBytes);
SOSDacImpl.cs (1)
6361
int hrLocal = _legacyImpl11.
GetTaggedMemory
(objAddr, &taggedMemoryLocal, &taggedMemorySizeInBytesLocal);