3 writes to _speculativeModel
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
Rename\VisualBasicRenameRewriterLanguageService.vb (3)
191Me._speculativeModel = GetSemanticModelForNode(newNode, Me._semanticModel) 215Me._speculativeModel = GetSemanticModelForNode(speculativeNewNode, Me._semanticModel) 239Me._speculativeModel = Nothing
7 references to _speculativeModel
Microsoft.CodeAnalysis.VisualBasic.Workspaces (7)
Rename\VisualBasicRenameRewriterLanguageService.vb (7)
192Debug.Assert(_speculativeModel IsNot Nothing, "expanding a syntax node which cannot be speculated?") 197newNode = Me._speculativeModel.SyntaxTree.GetRoot(_cancellationToken).GetAnnotatedNodes(Of SyntaxNode)(annotation).First() 204_speculativeModel, 216Debug.Assert(_speculativeModel IsNot Nothing, "expanding a syntax node which cannot be speculated?") 221probableRenameNode = Me._speculativeModel.SyntaxTree.GetRoot(_cancellationToken).GetAnnotatedNodes(Of SyntaxNode)(annotation).First() 222speculativeNewNode = Me._speculativeModel.SyntaxTree.GetRoot(_cancellationToken).GetAnnotatedNodes(Of SyntaxNode)(annotationForSpeculativeNode).First() 402Dim symbol = Me._speculativeModel.GetSymbolInfo(token.Parent, Me._cancellationToken).Symbol