Implemented interface member:
property
Keys
System.Collections.Generic.IDictionary<TKey, TValue>.Keys
3 references to Keys
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlClientEncryptionAlgorithmFactoryList.cs (1)
41foreach (string key in _encryptionAlgoFactoryList.Keys) {
System.Web (2)
Hosting\CustomRuntimeManager.cs (1)
22foreach (var registration in _activeRegistrations.Keys) {
Hosting\SuspendManager.cs (1)
37var allRegisteredObjects = _registeredObjects.Keys;