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)
868if (TryGet(address, out T? result)) 875bool found = TryGet(address, out result);