3 writes to _batchDocument
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\FileCodeModel.cs (3)
93_batchDocument = null; 383_batchDocument = document; 715_batchDocument = null;
6 references to _batchDocument
Microsoft.VisualStudio.LanguageServices.Implementation (6)
CodeModel\FileCodeModel.cs (6)
407if (IsBatchOpen && _batchDocument != null) 409document = _batchDocument; 703if (_batchDocument != null) 708var simplifierOptions = await _batchDocument.GetSimplifierOptionsAsync(GlobalOptions, CancellationToken.None).ConfigureAwait(false); 709return await Simplifier.ReduceAsync(_batchDocument, Simplifier.Annotation, simplifierOptions, CancellationToken.None).ConfigureAwait(false); 712_batchDocument.Project.Solution.Workspace.TryApplyChanges(newDocument.Project.Solution);