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/IEcmaModule.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Ecma/IEcmaModule.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Ecma/IEcmaModule.cs b/src/coreclr/tools/Common/TypeSystem/Ecma/IEcmaModule.cs
index 816906f7cb9..4aee7b4ac00 100644
--- a/src/coreclr/tools/Common/TypeSystem/Ecma/IEcmaModule.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Ecma/IEcmaModule.cs
@@ -1,12 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-using System;
-using System.Collections.Generic;
-using System.Reflection;
using System.Reflection.Metadata;
-using System.Reflection.Metadata.Ecma335;
-using System.Reflection.PortableExecutable;
using Internal.TypeSystem.Ecma;
@@ -48,7 +43,7 @@ namespace Internal.TypeSystem.Ecma
{
MetadataReader MetadataReader { get; }
TypeDesc GetType(EntityHandle handle);
- Object GetObject(EntityHandle handle, NotFoundBehavior notFoundBehavior = NotFoundBehavior.Throw);
+ object GetObject(EntityHandle handle, NotFoundBehavior notFoundBehavior = NotFoundBehavior.Throw);
int CompareTo(IEcmaModule other);
int ModuleTypeSort { get; }