1 instantiation of RootCodeModel
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\RootCodeModel.cs (1)
25var rootCodeModel = new RootCodeModel(state, parent, projectId);
2 references to RootCodeModel
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\CodeModelProjectCache.cs (1)
150_rootCodeModel ??= RootCodeModel.Create(State, parent, _projectId);
CodeModel\RootCodeModel.cs (1)
25var rootCodeModel = new RootCodeModel(state, parent, projectId);