|
|
|
@ -20,7 +20,6 @@ using System;
@@ -20,7 +20,6 @@ using System;
|
|
|
|
|
using System.Collections.Generic; |
|
|
|
|
using System.Globalization; |
|
|
|
|
using System.Linq; |
|
|
|
|
using System.Text; |
|
|
|
|
using ICSharpCode.NRefactory.Utils; |
|
|
|
|
|
|
|
|
|
namespace ICSharpCode.NRefactory.TypeSystem.Implementation |
|
|
|
@ -96,6 +95,10 @@ namespace ICSharpCode.NRefactory.TypeSystem.Implementation
@@ -96,6 +95,10 @@ namespace ICSharpCode.NRefactory.TypeSystem.Implementation
|
|
|
|
|
get { return compilation; } |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public IEnumerable<IAssembly> ContributingAssemblies { |
|
|
|
|
get { return namespaces.SelectMany(ns => ns.ContributingAssemblies); } |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public IEnumerable<INamespace> ChildNamespaces { |
|
|
|
|
get { return GetChildNamespaces().Values; } |
|
|
|
|
} |
|
|
|
|