Boo.Lang.Compiler.TypeSystem.Core.GlobalNamespace.GlobalNamespace C# (CSharp) Method

GlobalNamespace() public method

public GlobalNamespace ( ) : System.Collections.Generic
return System.Collections.Generic
        public GlobalNamespace()
        {
            var internalTypeSystemProvider = My<InternalTypeSystemProvider>.Instance;
            _compileUnit = internalTypeSystemProvider.EntityFor(My<CompileUnit>.Instance);
            _references = My<CompilerParameters>.Instance.References;
        }