1 instantiation of RootCodeModel
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\RootCodeModel.cs (1)
25
var 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)
25
var
rootCodeModel = new RootCodeModel(state, parent, projectId);