7 references to AnalyzeDocumentAsync
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (7)
EditAndContinue\VisualBasicEditAndContinueAnalyzerTests.vb (7)
501
Dim result = Await
AnalyzeDocumentAsync
(oldProject, newDocument, baseActiveStatements)
531
Dim result = Await
AnalyzeDocumentAsync
(oldProject, oldDocument)
563
Dim result = Await
AnalyzeDocumentAsync
(oldProject, newSolution.GetDocument(documentId))
587
Dim result = Await
AnalyzeDocumentAsync
(oldProject, oldDocument)
621
Dim result = Await
AnalyzeDocumentAsync
(oldProject, newSolution.GetDocument(documentId))
651
Dim result = Await
AnalyzeDocumentAsync
(oldProject, newSolution.GetDocument(documentId))
694
result.Add(Await
AnalyzeDocumentAsync
(oldProject, newProject.GetDocument(changedDocumentId)))