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)
41
foreach (string key in _encryptionAlgoFactoryList.
Keys
) {
System.Web (2)
Hosting\CustomRuntimeManager.cs (1)
22
foreach (var registration in _activeRegistrations.
Keys
) {
Hosting\SuspendManager.cs (1)
37
var allRegisteredObjects = _registeredObjects.
Keys
;