Implemented interface members:
method
TryGetValue
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)
method
TryGetValue
System.Collections.Generic.IDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)
4 references to TryGetValue
System.Core (2)
Microsoft\Scripting\Compiler\CompilerScope.cs (1)
260
if (h.Indexes.
TryGetValue
(variable, out index)) {
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (1)
172
if (scope.Indexes.
TryGetValue
(variable, out hoistIndex)) {
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
3955
lookupDictionaryResult = describeParameterEncryptionRpcOriginalRpcMap.
TryGetValue
(_sqlRPCParameterEncryptionReqArray[resultSetSequenceNumber++], out rpc);
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
240
return _CustomColumnEncryptionKeyStoreProviders.
TryGetValue
(providerName, out columnKeyStoreProvider);