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/EcmaModule.Symbols.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Ecma/EcmaModule.Symbols.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaModule.Symbols.cs b/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaModule.Symbols.cs
index 821f8643ea3..30d0d180b9e 100644
--- a/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaModule.Symbols.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaModule.Symbols.cs
@@ -7,7 +7,7 @@ using System.Reflection.PortableExecutable;
namespace Internal.TypeSystem.Ecma
{
// Pluggable file that adds PDB handling functionality to EcmaModule
- partial class EcmaModule
+ public partial class EcmaModule
{
public PdbSymbolReader PdbReader
{