Implemented interface member:
method
TryGet<T>
Microsoft.Diagnostics.DataContractReader.Target.IDataCache.TryGet<T>(System.UInt64, out T)
2 references to TryGet
Microsoft.Diagnostics.DataContractReader (2)
ContractDescriptorTarget.cs (2)
868
if (
TryGet
(address, out T? result))
875
bool found =
TryGet
(address, out result);