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)
260if (h.Indexes.TryGetValue(variable, out index)) {
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (1)
172if (scope.Indexes.TryGetValue(variable, out hoistIndex)) {
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
3955lookupDictionaryResult = describeParameterEncryptionRpcOriginalRpcMap.TryGetValue(_sqlRPCParameterEncryptionReqArray[resultSetSequenceNumber++], out rpc);
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
240return _CustomColumnEncryptionKeyStoreProviders.TryGetValue(providerName, out columnKeyStoreProvider);