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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jakob
Andersen
Sent: 14. december 2005 17:39
To: mono-devel-list@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@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

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

Reply via email to