1 override of TryRead
Microsoft.Diagnostics.DataContractReader (1)
ContractDescriptorTarget.cs (1)
498
public override bool
TryRead
<T>(ulong address, out T value)
4 references to TryRead
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (1)
673
if (_target.
TryRead
(address, out byte _) && eman.GetCodeBlockHandle(address) is not null)
SOSDacImpl.IXCLRDataProcess.cs (3)
237
if (_target.
TryRead
(codeAddress, out byte _))
286
if (!_target.
TryRead
(codeAddr, out byte _))
1012
bool isTriviallyReadable = _target.
TryRead
(methodAddr, out byte _);