10 references to s_eventRegistrations
mscorlib (10)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (10)
118if (NativeOrStaticEventRegistrationImpl.s_eventRegistrations != null) 120lock (NativeOrStaticEventRegistrationImpl.s_eventRegistrations) 122count += NativeOrStaticEventRegistrationImpl.s_eventRegistrations.Count; 498Contract.Requires(s_eventRegistrations != null); 501s_eventRegistrations.Remove(_key); 502BCLDebug.Log("INTEROP", "[WinRT_Eventing] s_eventRegistrations size = " + s_eventRegistrations.Count + "\n"); 659Contract.Requires(s_eventRegistrations != null); 665lock (s_eventRegistrations) 668if (!s_eventRegistrations.TryGetValue(eventCacheKey, out eventCacheEntry)) 683s_eventRegistrations.Add(eventCacheKey, eventCacheEntry);