1 write to State
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\CodeModelProjectCache.cs (1)
43State = new CodeModelState(threadingContext, serviceProvider, languageServices, workspace, projectFactory);
4 references to State
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\CodeModelProjectCache.cs (3)
109var solution = State.Workspace.CurrentSolution; 118var newFileCodeModel = FileCodeModel.Create(State, parent, documentId, isSourceGeneratorOutput: false, new TextManagerAdapter()); 150_rootCodeModel ??= RootCodeModel.Create(State, parent, _projectId);
CodeModel\ProjectCodeModel.cs (1)
122return FileCodeModel.Create(GetCodeModelCache().State, parent: null, sourceGeneratedDocument.Id, isSourceGeneratorOutput: true, new TextManagerAdapter()).Handle;