Arnolyzer.Analyzers.CommonFunctions.IgnoredFile C# (CSharp) Method

IgnoredFile() private static method

private static IgnoredFile ( ISymbol symbol, SettingsDetails settings ) : bool
symbol ISymbol
settings Arnolyzer.Analyzers.Settings.SettingsDetails
return bool
        private static bool IgnoredFile(ISymbol symbol, SettingsDetails settings) => 
            SyntaxTreeIsInIgoredFile(symbol.DeclaringSyntaxReferences[0].SyntaxTree, settings);

Same methods

CommonFunctions::IgnoredFile ( Microsoft.CodeAnalysis.SyntaxNode node, SettingsDetails settings ) : bool