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)
467get { return _key; } 473BCLDebug.Log("INTEROP", "[WinRT_Eventing] Incremented TokenListCount for " + _key + ", Value = " + newCount + "\n"); 484BCLDebug.Log("INTEROP", "[WinRT_Eventing] Decremented TokenListCount for " + _key + ", Value = " + newCount + "\n"); 500BCLDebug.Log("INTEROP", "[WinRT_Eventing] Removing " + _key + " from cache" + "\n"); 501s_eventRegistrations.Remove(_key);