6 references to s_asyncResultTable
System.DirectoryServices.Protocols (6)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (6)
333
s_asyncResultTable
.Add(asyncResult, messageID);
402
if (!
s_asyncResultTable
.Contains(asyncResult))
407
messageId = (int)(
s_asyncResultTable
[asyncResult]);
410
s_asyncResultTable
.Remove(asyncResult);
469
if (!
s_asyncResultTable
.Contains(asyncResult))
475
s_asyncResultTable
.Remove(asyncResult);