1 write to FilterTree
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
1316
FilterTree
= filterTree;
4 references to FilterTree
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (2)
1272
/// Optional filter span within the <see cref="
FilterTree
"/> for which to compute diagnostics.
1273
/// <see langword="null"/> if we are analyzing the entire <see cref="
FilterTree
"/>
Microsoft.CodeAnalysis.Test.Utilities (2)
Diagnostics\CommonDiagnosticAnalyzers.cs (2)
3163
CallbackFilterTree = startContext.
FilterTree
;
3167
if (startContext.
FilterTree
!= endContext.FilterTree)