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)
402
if (IsBatchOpen &&
_batchDocument
!= null)
404
document =
_batchDocument
;
698
if (
_batchDocument
!= null)
703
var simplifierOptions = await
_batchDocument
.GetSimplifierOptionsAsync(CancellationToken.None).ConfigureAwait(false);
704
return await Simplifier.ReduceAsync(
_batchDocument
, Simplifier.Annotation, simplifierOptions, CancellationToken.None).ConfigureAwait(false);
707
_batchDocument
.Project.Solution.Workspace.TryApplyChanges(newDocument.Project.Solution);