4 implementations of GetAddressType
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\60\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
646int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.GetAddressType(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress address, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType* type)
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1405int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.GetAddressType(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress address, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType* type) => throw new global::System.Diagnostics.UnreachableException();
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (1)
1409int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.GetAddressType(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress address, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType* type) => throw new global::System.Diagnostics.UnreachableException();
SOSDacImpl.IXCLRDataProcess.cs (1)
189int IXCLRDataProcess.GetAddressType(ClrDataAddress address, CLRDataAddressType* type)
4 references to GetAddressType
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\60\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
676__retVal = @this.GetAddressType(address, type);
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1528new int GetAddressType(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress address, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType* type) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess)this).GetAddressType(address, type);
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (1)
1536new int GetAddressType(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress address, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType* type) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess)this).GetAddressType(address, type);
SOSDacImpl.IXCLRDataProcess.cs (1)
218int hrLocal = _legacyProcess.GetAddressType(address, type is null ? null : &typeLocal);