1 write to FilterTree
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
747
FilterTree
= semanticModel.SyntaxTree;
5 references to FilterTree
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (2)
717
/// Optional filter span within the <see cref="
FilterTree
"/> for which to compute diagnostics.
718
/// <see langword="null"/> if we are analyzing the entire <see cref="
FilterTree
"/>
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Analyzers\Core\Analyzers\AbstractBuiltInCodeStyleDiagnosticAnalyzer_Core.cs (1)
91
=> ShouldSkipAnalysis(context.
FilterTree
, context.Options, context.SemanticModel.Compilation.Options, notification, context.CancellationToken);
Microsoft.CodeAnalysis.CSharp.Features (1)
Diagnostics\Analyzers\CSharpSimplifyTypeNamesDiagnosticAnalyzer.cs (1)
70
if (ShouldSkipAnalysis(context.
FilterTree
, context.Options, context.SemanticModel.Compilation.Options, GetAllNotifications(options), context.CancellationToken))
Microsoft.CodeAnalysis.Features (1)
src\roslyn\src\Analyzers\Core\Analyzers\AbstractBuiltInCodeStyleDiagnosticAnalyzer_Core.cs (1)
91
=> ShouldSkipAnalysis(context.
FilterTree
, context.Options, context.SemanticModel.Compilation.Options, notification, context.CancellationToken);