Arbel.ReSharper.ConfigureAwaitPlugin.Tests.DaemonStage.ConsiderUsingConfigureAwaitHighlightingTest.HighlightingPredicate C# (CSharp) Méthode

HighlightingPredicate() protected méthode

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