6 references to s_asyncResultTable
System.DirectoryServices.Protocols (6)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (6)
330
s_asyncResultTable
.Add(asyncResult, messageID);
399
if (!
s_asyncResultTable
.Contains(asyncResult))
404
messageId = (int)(
s_asyncResultTable
[asyncResult]);
407
s_asyncResultTable
.Remove(asyncResult);
463
if (!
s_asyncResultTable
.Contains(asyncResult))
469
s_asyncResultTable
.Remove(asyncResult);