1 instantiation of RootCodeModel
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\RootCodeModel.cs (1)
25var rootCodeModel = new RootCodeModel(state, parent, projectId);
7 references to RootCodeModel
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\CodeModelProjectCache.cs (1)
152_rootCodeModel ??= RootCodeModel.Create(State, parent, _projectId);
CodeModel\RootCodeModel.cs (1)
25var rootCodeModel = new RootCodeModel(state, parent, projectId);
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (5)
CodeModel\CodeModelTestHelpers.vb (2)
85Dim root = New ComHandle(Of EnvDTE.CodeModel, RootCodeModel)(RootCodeModel.Create(state, Nothing, project.Id))
CodeModel\CodeModelTestState.vb (3)
16Private ReadOnly _rootCodeModel As ComHandle(Of EnvDTE.CodeModel, RootCodeModel) 23rootCodeModel As ComHandle(Of EnvDTE.CodeModel, RootCodeModel), 67Public ReadOnly Property RootCodeModelObject As RootCodeModel