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