[Mono-dev] MonoDebuggerSupport.GetLocalIndex call ingmcs/symbolwriter.cs

Jakob Andersen jakob at intellect.dk
Fri Dec 16 19:10:30 EST 2005


I found the solution myself. And I have to admit that I remembered the
semantics of internal a bit wrong.

The internal class can of course be called from Mono.Csharp because the
Mono.CompilerServices namespace is included in the same assembly i.e.
gmcs.exe.

Sorry to trouble you with my shortcomings :-)

-- 
Best Regards,
Jakob Andersen

-----Original Message-----
From: mono-devel-list-bounces at lists.ximian.com
[mailto:mono-devel-list-bounces at lists.ximian.com] On Behalf Of Jakob
Andersen
Sent: 14. december 2005 17:39
To: mono-devel-list at lists.ximian.com
Subject: [Mono-dev] MonoDebuggerSupport.GetLocalIndex call
ingmcs/symbolwriter.cs

Hi All,

I am a bit puzzled about the call to MonoDebuggerSupport.GetLocalIndex(...)
in SymbolWriter.DefineLocalVariable(...)

As I see it the MonoDebuggerSupport is a internal class in the namespace
Mono.CompilerServices.SymbolWriter and can not be called in
SymbolWiter.DefineLocalVariable(..) that is in Mono.CSharp namespace?

Have I missed something here?

--
Best Regards,
Jakob Andersen

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list