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/IL/MethodIL.Symbols.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/IL/MethodIL.Symbols.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/IL/MethodIL.Symbols.cs b/src/coreclr/tools/Common/TypeSystem/IL/MethodIL.Symbols.cs
index 849db1a5df1..58990200f37 100644
--- a/src/coreclr/tools/Common/TypeSystem/IL/MethodIL.Symbols.cs
+++ b/src/coreclr/tools/Common/TypeSystem/IL/MethodIL.Symbols.cs
@@ -4,11 +4,9 @@
using System;
using System.Collections.Generic;
-using Internal.TypeSystem;
-
namespace Internal.IL
{
- partial class MethodIL
+ public partial class MethodIL
{
public virtual MethodDebugInformation GetDebugInfo()
{
@@ -16,7 +14,7 @@ namespace Internal.IL
}
}
- partial class InstantiatedMethodIL
+ public partial class InstantiatedMethodIL
{
public override MethodDebugInformation GetDebugInfo()
{