2 implementations of OnFindInDocumentStarted
Microsoft.CodeAnalysis.Features (1)
CodeLens\CodeLensFindReferenceProgress.cs (1)
71public void OnFindInDocumentStarted(Document document)
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\FindReferencesProgress.cs (1)
39public void OnFindInDocumentStarted(Document document)
1 reference to OnFindInDocumentStarted
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\StreamingFindReferencesProgress.cs (1)
48_progress.OnFindInDocumentStarted(document);