Implemented interface member:
property
Values
System.Collections.Generic.IDictionary<TKey, TValue>.Values
3 references to Values
System (2)
net\System\Net\_AuthenticationManager2.cs (2)
73foreach (IAuthenticationModule authenticationModule in this.moduleList.Values) 250return this.moduleList.Values.GetEnumerator();
System.Data.Entity (1)
System\Data\Common\QueryCache\CompiledQueryCacheEntry.cs (1)
91foreach (var value in _plans.Values)