Don't complain when the same type is implemented by the
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 22 Jul 2009 11:10:49 +0000 (11:10 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 22 Jul 2009 11:10:49 +0000 (11:10 -0000)
commit241e383926984646e1409d3ada24e30882d52cdc
tree041030685f6695d18e64cddf5bc5c4842027ede5
parent60d5aeb3f8c43e7f209e9b42e08b1000d1fb224a
Don't complain when the same type is implemented by the
output assembly as well as multiple referenced assemblies

* namespace.cs (RootNamespace.LookupTypeReflection): Add
'must_be_unique' flag.
(GlobalRootNamespace): Update to changes.
(Namespace.LookupType): Pass 'must_be_unique' only when we don't
already have a type in hand.

svn path=/trunk/mcs/; revision=138385
mcs/mcs/ChangeLog
mcs/mcs/namespace.cs