1 implementation of TryGetValue
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ConditionalWeakTable_1.cs (1)
15bool IConditionalWeakTable.TryGetValue(TargetPointer conditionalWeakTable, TargetPointer key, out TargetPointer value)
3 references to TryGetValue
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ComWrappers_1.cs (2)
123if (cwt.TryGetValue(_mowTableAddr.Value, obj, out TargetPointer mowListObj)) 157_ = cwt.TryGetValue(_nativeObjectWrapperCWTAddr.Value, obj, out TargetPointer rcw);
Contracts\ObjectiveCMarshal_1.cs (1)
26if (cwt.TryGetValue(objectsTable.Value, address, out TargetPointer trackingInfoAddress))