1 implementation of CreateUnknownRootNamespaceCodeElement
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
478public abstract EnvDTE.CodeElement CreateUnknownRootNamespaceCodeElement(CodeModelState state, FileCodeModel fileCodeModel);
1 reference to CreateUnknownRootNamespaceCodeElement
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_Events.cs (1)
143element = this.CodeModelService.CreateUnknownRootNamespaceCodeElement(this.State, this);