2 references to OnDocumentReloaded
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
SolutionCrawler\WorkCoordinatorTests.cs (1)
635
var worker = await ExecuteOperation(workspace, w => w.
OnDocumentReloaded
(info));
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
486
w.
OnDocumentReloaded
(documentInfo);