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