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