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