2 references to Keys
mscorlib (2)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
114
count += ManagedEventRegistrationImpl.s_eventRegistrations.
Keys
.Count;
system\threading\Tasks\TaskScheduler.cs (1)
583
ICollection<TaskScheduler> schedulers = s_activeTaskSchedulers.
Keys
;