1 write to _key
mscorlib (1)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
461
_key
= key;
5 references to _key
mscorlib (5)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (5)
467
get { return
_key
; }
473
BCLDebug.Log("INTEROP", "[WinRT_Eventing] Incremented TokenListCount for " +
_key
+ ", Value = " + newCount + "\n");
484
BCLDebug.Log("INTEROP", "[WinRT_Eventing] Decremented TokenListCount for " +
_key
+ ", Value = " + newCount + "\n");
500
BCLDebug.Log("INTEROP", "[WinRT_Eventing] Removing " +
_key
+ " from cache" + "\n");
501
s_eventRegistrations.Remove(
_key
);