2 references to CreateNamespace
Microsoft.CodeAnalysis.CSharp (2)
Binder\ImportChain.cs (2)
84
usedNamespaces.Add(Cci.UsedNamespaceOrType.
CreateNamespace
(ns.GetCciAdapter(), assemblyRef));
114
usedNamespaces.Add(Cci.UsedNamespaceOrType.
CreateNamespace
(ns.GetCciAdapter(), assemblyRef, alias));