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/Common/DefType.Diagnostic.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Common/DefType.Diagnostic.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Common/DefType.Diagnostic.cs b/src/coreclr/tools/Common/TypeSystem/Common/DefType.Diagnostic.cs
index 26685ff43b2..d1dc3c659ee 100644
--- a/src/coreclr/tools/Common/TypeSystem/Common/DefType.Diagnostic.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Common/DefType.Diagnostic.cs
@@ -1,15 +1,13 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-using System.Collections.Generic;
-
namespace Internal.TypeSystem
{
/// <summary>
/// Type with metadata available that is equivalent to a TypeDef record in an ECMA 335 metadata stream.
/// A class, an interface, or a value type.
/// </summary>
- abstract partial class DefType
+ public abstract partial class DefType
{
/// <summary>
/// Gets the Name of a type. This must not throw