2 implementations of Pause
Microsoft.CodeAnalysis.EditorFeatures (2)
Shared\Tagging\EventSources\AbstractTaggerEventSource.cs (1)
29
public void
Pause
()
Shared\Tagging\EventSources\TaggerEventSources.CompositionEventSource.cs (1)
30
public void
Pause
()
2 references to Pause
Microsoft.CodeAnalysis.EditorFeatures (2)
NavigationBar\NavigationBarController.cs (1)
161
_eventSource.
Pause
();
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (1)
291
_eventSource.
Pause
();