1 write to FilterTree
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
1087FilterTree = 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)
3196CallbackFilterTree = startContext.FilterTree; 3200if (startContext.FilterTree != endContext.FilterTree)