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