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