1 write to FilterTree
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
1087
FilterTree
= codeBlock.SyntaxTree;
4 references to FilterTree
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (2)
1052
/// Optional filter span within the <see cref="
FilterTree
"/> for which to compute diagnostics.
1053
/// <see langword="null"/> if we are analyzing the entire <see cref="
FilterTree
"/>
Microsoft.CodeAnalysis.Test.Utilities (2)
Diagnostics\CommonDiagnosticAnalyzers.cs (2)
3196
CallbackFilterTree = startContext.
FilterTree
;
3200
if (startContext.
FilterTree
!= endContext.FilterTree)