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);
439
return
_tokenList
.Pop(out token);
444
_tokenList
.CopyTo(tokens);