1 instantiation of RootCodeModel
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\RootCodeModel.cs (1)
25
var 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)
25
var
rootCodeModel = new RootCodeModel(state, parent, projectId);
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (5)
CodeModel\CodeModelTestHelpers.vb (2)
85
Dim root = New ComHandle(Of EnvDTE.CodeModel,
RootCodeModel
)(
RootCodeModel
.Create(state, Nothing, project.Id))
CodeModel\CodeModelTestState.vb (3)
16
Private ReadOnly _rootCodeModel As ComHandle(Of EnvDTE.CodeModel,
RootCodeModel
)
23
rootCodeModel As ComHandle(Of EnvDTE.CodeModel,
RootCodeModel
),
67
Public ReadOnly Property RootCodeModelObject As
RootCodeModel