1 write to _tokenList
mscorlib (1)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
416_tokenList = new EventRegistrationTokenList(token);
3 references to _tokenList
mscorlib (3)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (3)
434_tokenList.Push(token); 439return _tokenList.Pop(out token); 444_tokenList.CopyTo(tokens);