2 implementations of GetTaggedMemory
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Generated\361d1da7f942c932\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)
6507
int ISOSDacInterface11.
GetTaggedMemory
(ClrDataAddress objAddr, ClrDataAddress* taggedMemory, nuint* taggedMemorySizeInBytes)
1 reference to GetTaggedMemory
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface11.cs (1)
111
__retVal = @this.
GetTaggedMemory
(objAddr, taggedMemory, taggedMemorySizeInBytes);