Arbel.ReSharper.ConfigureAwaitPlugin.QuickFix.ConsiderUsingConfigureAwaitQuickFix.IsAvailable C# (CSharp) Method

IsAvailable() public method

public IsAvailable ( IUserDataHolder cache ) : bool
cache IUserDataHolder
return bool
        public bool IsAvailable(IUserDataHolder cache)
        {
            return _highlighting.IsValid();
        }