2 implementations of GetTaggedMemory
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\40\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface11.cs (1)
81int 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)
6329int 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)
6361int hrLocal = _legacyImpl11.GetTaggedMemory(objAddr, &taggedMemoryLocal, &taggedMemorySizeInBytesLocal);