1 write to References
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
1531
((SearchResponse)response).
References
= searchResultReferences;
12 references to References
System.DirectoryServices.Protocols (12)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (12)
117
if (asyncResult._response != null && (asyncResult._response.Entries.Count > 0 || asyncResult._response.
References
.Count > 0))
205
if (asyncResult._response.
References
!= null)
207
for (int i = 0; i < asyncResult._response.
References
.Count; i++)
209
ldapException.PartialResults.Add(asyncResult._response.
References
[i]);
272
if (asyncResult._response.
References
!= null)
274
for (int i = 0; i < asyncResult._response.
References
.Count; i++)
276
collection.Add(asyncResult._response.
References
[i]);
279
asyncResult._response.
References
.Clear();
326
if (newResult.
References
!= null)
328
for (int i = 0; i < newResult.
References
.Count; i++)
330
partialResults.
References
.Add(newResult.
References
[i]);