1 write to FilterTree
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
1744
FilterTree
= node.SyntaxTree;
6 references to FilterTree
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (2)
1699
/// Optional filter span within the <see cref="
FilterTree
"/> for which to compute diagnostics.
1700
/// <see langword="null"/> if we are analyzing the entire <see cref="
FilterTree
"/>
Microsoft.CodeAnalysis.CodeStyle (1)
src\Analyzers\Core\Analyzers\UseCollectionInitializer\AbstractUseCollectionInitializerDiagnosticAnalyzer.cs (1)
141
&& !ShouldSkipAnalysis(context.
FilterTree
, context.Options, context.Compilation.Options,
Microsoft.CodeAnalysis.Features (2)
PreferFrameworkType\PreferFrameworkTypeDiagnosticAnalyzerBase.cs (1)
60
&& ShouldSkipAnalysis(context.
FilterTree
, context.Options, context.Compilation.Options,
src\Analyzers\Core\Analyzers\UseCollectionInitializer\AbstractUseCollectionInitializerDiagnosticAnalyzer.cs (1)
141
&& !ShouldSkipAnalysis(context.
FilterTree
, context.Options, context.Compilation.Options,
Microsoft.CodeAnalysis.Test.Utilities (1)
Diagnostics\CommonDiagnosticAnalyzers.cs (1)
3188
CallbackFilterTree = context.
FilterTree
;