Nullable: System.Collections remainder (non-generic) (dotnet/coreclr#24326)
authorKrzysztof Wicher <kwicher@microsoft.com>
Thu, 2 May 2019 04:20:50 +0000 (21:20 -0700)
committerStephen Toub <stoub@microsoft.com>
Thu, 2 May 2019 04:20:49 +0000 (00:20 -0400)
commit417d97e156fe1d654628044625c40ce0895c6683
tree09092da7c8ffb955581c88373be3b0fb6d335db4
parent0373ae30a64f2bcddb1fbbd745b530ec8298df68
Nullable: System.Collections remainder (non-generic) (dotnet/coreclr#24326)

* Nullable: System.Collections remainder (non-generic)

* apply feedback

Commit migrated from https://github.com/dotnet/coreclr/commit/8811118a19fcd9728753505e93ecac5ff786dab4
21 files changed:
src/coreclr/src/System.Private.CoreLib/src/System/Collections/ObjectModel/ReadOnlyDictionary.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/CLRIReferenceImpl.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/ListToBindableVectorAdapter.cs
src/libraries/System.Private.CoreLib/src/System/Collections/ArrayList.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Comparer.cs
src/libraries/System.Private.CoreLib/src/System/Collections/CompatibleComparer.cs
src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.SerializationInfoTable.cs
src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Hashtable.cs
src/libraries/System.Private.CoreLib/src/System/Collections/ICollection.cs
src/libraries/System.Private.CoreLib/src/System/Collections/IHashCodeProvider.cs
src/libraries/System.Private.CoreLib/src/System/Collections/IList.cs
src/libraries/System.Private.CoreLib/src/System/Collections/IStructuralComparable.cs
src/libraries/System.Private.CoreLib/src/System/Collections/KeyValuePairs.cs
src/libraries/System.Private.CoreLib/src/System/Collections/ListDictionaryInternal.cs
src/libraries/System.Private.CoreLib/src/System/Collections/ObjectModel/ReadOnlyCollection.cs
src/libraries/System.Private.CoreLib/src/System/CurrentSystemTimeZone.cs
src/libraries/System.Private.CoreLib/src/System/Security/SecurityElement.cs
src/libraries/System.Private.CoreLib/src/System/Text/EncodingTable.cs
src/libraries/System.Private.CoreLib/src/System/Tuple.cs
src/libraries/System.Private.CoreLib/src/System/ValueTuple.cs