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