1 write to _newSolution
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Rename\LocalConflictVisitor.vb (1)
19
_newSolution
= newSolution
2 references to _newSolution
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Rename\LocalConflictVisitor.vb (2)
150
Dim semanticModel =
_newSolution
.GetDocument(controlVariable.SyntaxTree).GetSemanticModelAsync(_cancellationToken).WaitAndGetResult_CanCallOnBackground(_cancellationToken)
192
Dim semanticModel =
_newSolution
.GetDocument(node.SyntaxTree).GetSemanticModelAsync(_cancellationToken).WaitAndGetResult_CanCallOnBackground(_cancellationToken)