3 writes to _batchDocument
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\FileCodeModel.cs (3)
91_batchDocument = null; 378_batchDocument = document; 710_batchDocument = null;
6 references to _batchDocument
Microsoft.VisualStudio.LanguageServices.Implementation (6)
CodeModel\FileCodeModel.cs (6)
402if (IsBatchOpen && _batchDocument != null) 404document = _batchDocument; 698if (_batchDocument != null) 703var simplifierOptions = await _batchDocument.GetSimplifierOptionsAsync(CancellationToken.None).ConfigureAwait(false); 704return await Simplifier.ReduceAsync(_batchDocument, Simplifier.Annotation, simplifierOptions, CancellationToken.None).ConfigureAwait(false); 707_batchDocument.Project.Solution.Workspace.TryApplyChanges(newDocument.Project.Solution);