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)
117if (asyncResult._response != null && (asyncResult._response.Entries.Count > 0 || asyncResult._response.References.Count > 0)) 205if (asyncResult._response.References != null) 207for (int i = 0; i < asyncResult._response.References.Count; i++) 209ldapException.PartialResults.Add(asyncResult._response.References[i]); 272if (asyncResult._response.References != null) 274for (int i = 0; i < asyncResult._response.References.Count; i++) 276collection.Add(asyncResult._response.References[i]); 279asyncResult._response.References.Clear(); 326if (newResult.References != null) 328for (int i = 0; i < newResult.References.Count; i++) 330partialResults.References.Add(newResult.References[i]);