1 implementation of CreateUnknownCodeElement
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
477public abstract EnvDTE.CodeElement CreateUnknownCodeElement(CodeModelState state, FileCodeModel fileCodeModel, SyntaxNode node);
1 reference to CreateUnknownCodeElement
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_Events.cs (1)
161element = this.CodeModelService.CreateUnknownCodeElement(this.State, this, codeModelEvent.Node);