Convert several types to records

This commit is contained in:
Tyrrrz 2021-11-09 23:15:56 +02:00
parent 2393a6a472
commit 7c88a21543
38 changed files with 182 additions and 826 deletions

View file

@ -1,9 +0,0 @@
// ReSharper disable CheckNamespace
// TODO: remove after moving to .NET 5
namespace System.Runtime.CompilerServices
{
internal static class IsExternalInit
{
}
}