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