1 write to callback
System.IdentityModel (1)
System\IdentityModel\AsyncResult.cs (1)
83
this.
callback
= callback;
2 references to callback
System.IdentityModel (2)
System\IdentityModel\AsyncResult.cs (2)
149
if (
callback
!= null)
150
callback
(this);