1 implementation of IsAvailable
Microsoft.CodeAnalysis.EditorFeatures (1)
GoOrFind\AbstractGoOrFindNavigationService.cs (1)
84public bool IsAvailable([NotNullWhen(true)] Document? document)
2 references to IsAvailable
Microsoft.CodeAnalysis.EditorFeatures (2)
GoOrFind\AbstractGoOrFindCommandHandler.cs (2)
23return _navigationService.IsAvailable(document) 36if (!_navigationService.IsAvailable(document))