Address some new Roslyn nullability warnings (#35782)
authorLevi Broderick <GrabYourPitchforks@users.noreply.github.com>
Tue, 5 May 2020 04:59:46 +0000 (21:59 -0700)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 04:59:46 +0000 (21:59 -0700)
commitc9f917052fc091014ef0f311b6f79a812bbfbd38
treec4f6d4a87bfdd8e15989431e6a5f1b60d1e955a5
parent30c0d0ac33ad0e7abd54f209c082636e8e59b78c
Address some new Roslyn nullability warnings (#35782)
14 files changed:
src/coreclr/src/System.Private.CoreLib/src/System/IO/FileLoadException.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Assembly.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilder.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeAssembly.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/QCallHandles.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/ConstantSplittableMap.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/DictionaryToMapAdapter.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/IReadOnlyDictionaryToIMapViewAdapter.cs
src/libraries/System.Private.CoreLib/src/System/Array.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Concurrent/ConcurrentQueue.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncTaskMethodBuilderT.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncValueTaskMethodBuilderT.cs
src/libraries/System.Private.CoreLib/src/System/Threading/LazyInitializer.cs
src/libraries/System.Threading/ref/System.Threading.cs