Skip to content

Commit

Permalink
Annotate System.Resources.ResourceWriter for nullable ref types (dotn…
Browse files Browse the repository at this point in the history
…et/coreclr#41880)

* Annotate System.Resources.ResourceWriter for nullable ref types

* ref

* Mark common as nullable enable explicitly

* _resourceList

Signed-off-by: dotnet-bot <[email protected]>


Commit migrated from dotnet/coreclr@a0a1ec6
  • Loading branch information
danmoseley authored and jkotas committed Oct 22, 2019
1 parent 1c0ce3d commit 8cd554f
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cd554f

Please sign in to comment.