2008-07-06 Sebastien Pouliot <sebastien@ximian.com>
commit81b24788a157fe3d0c06d483fa3f6ebfca8260ba
authorspouliot <spouliot@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Sun, 6 Jul 2008 17:48:06 +0000 (6 17:48 +0000)
committerspouliot <spouliot@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Sun, 6 Jul 2008 17:48:06 +0000 (6 17:48 +0000)
treeb8c019e293170d0107978a2125613726a8b081b5
parentdb09acaa813f054945dead37e72034537dc36ef2
2008-07-06  Sebastien Pouliot  <sebastien@ximian.com>

* DirectoryEntry.cs: Use typeof(LdapModification) instead of
Type.GetType and actually use the value afterward.
[Found using Gendarme AvoidTypeGetTypeForConstantStringsRule]
* SearchResultCollection.cs: Avoid infinite recursion in
Contains(SearchResult).
[Found using Gendarme BadRecursiveInvocationRule]

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@107339 e3ebcda4-bce8-0310-ba0a-eca2169e7518
class/System.DirectoryServices/System.DirectoryServices/ChangeLog
class/System.DirectoryServices/System.DirectoryServices/DirectoryEntry.cs
class/System.DirectoryServices/System.DirectoryServices/SearchResultCollection.cs