2 instantiations of DocumentAnalysisScope
Microsoft.CodeAnalysis.Workspaces (2)
Diagnostics\DocumentAnalysisScope.cs (2)
63
=>
new
(TextDocument, span, ProjectAnalyzers, HostAnalyzers, Kind);
66
=>
new
(TextDocument, Span, projectAnalyzers, hostAnalyzers, Kind);
7 references to DocumentAnalysisScope
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DocumentAnalysisExecutor.cs (1)
24
/// Executes analyzers on a document for computing local syntax/semantic/additional file diagnostics for a specific <see cref="
DocumentAnalysisScope
"/>.
Microsoft.CodeAnalysis.Workspaces (6)
Diagnostics\DocumentAnalysisScope.cs (2)
62
public
DocumentAnalysisScope
WithSpan(TextSpan? span)
65
public
DocumentAnalysisScope
WithAnalyzers(ImmutableArray<DiagnosticAnalyzer> projectAnalyzers, ImmutableArray<DiagnosticAnalyzer> hostAnalyzers)
Diagnostics\Extensions.cs (4)
104
DocumentAnalysisScope
? documentAnalysisScope,
324
DocumentAnalysisScope
? documentAnalysisScope,
337
DocumentAnalysisScope
? documentAnalysisScope,
372
DocumentAnalysisScope
? documentAnalysisScope,