Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.cs b/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.cs
index fe041b71b6a..245c51458a4 100644
--- a/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.cs
@@ -7,7 +7,6 @@ using System.Reflection;
using System.Reflection.Metadata;
using System.Reflection.Metadata.Ecma335;
using System.Threading;
-using Debug = System.Diagnostics.Debug;
using Internal.NativeFormat;
@@ -106,7 +105,7 @@ namespace Internal.TypeSystem.Ecma
}
else
{
- _genericParameters = TypeDesc.EmptyTypes;
+ _genericParameters = EmptyTypes;
}
}