2 writes to _lastSyntaxTree
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\FileCodeModel.cs (1)
92
_lastSyntaxTree
= GetSyntaxTree();
CodeModel\FileCodeModel_Events.cs (1)
44
_lastSyntaxTree
= newTree;
1 reference to _lastSyntaxTree
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_Events.cs (1)
41
var oldTree =
_lastSyntaxTree
;