6 implementations of NonRoslynBufferTextChanged
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
NavigateTo\AbstractNavigateToTests.cs (2)
244public event EventHandler<EventArgs> NonRoslynBufferTextChanged { add { } remove { } } 278public event EventHandler<EventArgs> NonRoslynBufferTextChanged { add { } remove { } }
SolutionCrawler\TestDocumentTrackingService.cs (1)
27public event EventHandler<EventArgs> NonRoslynBufferTextChanged
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\DefaultDocumentTrackingService.cs (1)
25public event EventHandler<EventArgs> NonRoslynBufferTextChanged { add { } remove { } }
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\ServiceHubDocumentTrackingService.cs (1)
27public event EventHandler<EventArgs> NonRoslynBufferTextChanged { add { } remove { } }
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioDocumentTrackingServiceFactory.cs (1)
80public event EventHandler<EventArgs> NonRoslynBufferTextChanged
2 references to NonRoslynBufferTextChanged
Microsoft.CodeAnalysis.Features (2)
SolutionCrawler\WorkCoordinator.AbstractPriorityProcessor.cs (2)
40Processor._documentTracker.NonRoslynBufferTextChanged += OnNonRoslynBufferTextChanged; 125Processor._documentTracker.NonRoslynBufferTextChanged -= OnNonRoslynBufferTextChanged;