2 references to Create
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\CodeModelProjectCache.cs (1)
152
_rootCodeModel ??= RootCodeModel.
Create
(State, parent, _projectId);
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
CodeModel\CodeModelTestHelpers.vb (1)
85
Dim root = New ComHandle(Of EnvDTE.CodeModel, RootCodeModel)(RootCodeModel.
Create
(state, Nothing, project.Id))