From: Dan Moseley Date: Sat, 19 Oct 2019 17:01:09 +0000 (-0700) Subject: Annotate System.Resources.ResourceWriter for nullable ref types (dotnet/coreclr#41880) X-Git-Tag: submit/tizen/20210909.063632~11030^2~292 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cd554ffe49b0987fce37baa0241f978af55cabb;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Annotate System.Resources.ResourceWriter for nullable ref types (dotnet/coreclr#41880) * Annotate System.Resources.ResourceWriter for nullable ref types * ref * Mark common as nullable enable explicitly * _resourceList Signed-off-by: dotnet-bot Commit migrated from https://github.com/dotnet/coreclr/commit/a0a1ec681fd6aab0c072769616e95ff25a151591 --- diff --git a/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceTypeCode.cs b/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceTypeCode.cs index d3ca29e48a0..e0fc10f46dd 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceTypeCode.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceTypeCode.cs @@ -2,17 +2,6 @@ // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. -/*============================================================ -** -** -** -** -** -** Purpose: Marker for types in .resources files -** -** -===========================================================*/ - namespace System.Resources { /* An internal implementation detail for .resources files, describing