Arbel.ReSharper.ConfigureAwaitPlugin.Tests.DaemonStage.ConsiderUsingConfigureAwaitHighlightingTest.HighlightingPredicate C# (CSharp) Method

HighlightingPredicate() protected method

protected HighlightingPredicate ( IHighlighting highlighting, IPsiSourceFile sourceFile ) : bool
highlighting IHighlighting
sourceFile IPsiSourceFile
return bool
        protected override bool HighlightingPredicate(IHighlighting highlighting, IPsiSourceFile sourceFile)
        {
            return highlighting is ConsiderUsingConfigureAwaitHighlighting;
        }
ConsiderUsingConfigureAwaitHighlightingTest