14 types derived from DocumentDiagnosticAnalyzer
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\EditAndContinueDiagnosticAnalyzer.cs (1)
23internal sealed class EditAndContinueDiagnosticAnalyzer : DocumentDiagnosticAnalyzer, IBuiltInAnalyzer
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\NoCompilationDocumentDiagnosticAnalyzer.cs (1)
17internal class NoCompilationDocumentDiagnosticAnalyzer : DocumentDiagnosticAnalyzer
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (4)
CodeFixes\CodeFixServiceTests.cs (1)
514public class MockDocumentDiagnosticAnalyzer : DocumentDiagnosticAnalyzer
Diagnostics\DiagnosticAnalyzerServiceTests.cs (3)
1293private class NoNameAnalyzer : DocumentDiagnosticAnalyzer 1331private class PriorityTestDocumentDiagnosticAnalyzer : DocumentDiagnosticAnalyzer 1355private class LeakDocumentAnalyzer : DocumentDiagnosticAnalyzer
Microsoft.CodeAnalysis.ExternalAccess.FSharp (4)
Internal\Diagnostics\FSharpDocumentDiagnosticAnalyzer.cs (1)
47internal class FSharpDocumentDiagnosticAnalyzer : DocumentDiagnosticAnalyzer, IBuiltInAnalyzer
Internal\Diagnostics\FSharpSimplifyNameDiagnosticAnalyzer.cs (1)
42internal class FSharpSimplifyNameDiagnosticAnalyzer : DocumentDiagnosticAnalyzer, IBuiltInAnalyzer
Internal\Diagnostics\FSharpUnusedDeclarationsAnalyzer.cs (1)
42internal class FSharpUnusedDeclarationsDiagnosticAnalyzer : DocumentDiagnosticAnalyzer, IBuiltInAnalyzer
Internal\Diagnostics\FSharpUnusedOpensDiagnosticAnalyzer.cs (1)
39internal class FSharpUnusedOpensDeclarationsDiagnosticAnalyzer : DocumentDiagnosticAnalyzer
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\VSTypeScript\VSTypeScriptDocumentDiagnosticAnalyzer.cs (1)
14internal sealed class VSTypeScriptDocumentDiagnosticAnalyzer : DocumentDiagnosticAnalyzer
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Diagnostics\AbstractPullDiagnosticTestsBase.cs (1)
339private class MockTypescriptDiagnosticAnalyzer : DocumentDiagnosticAnalyzer
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
Diagnostics\DefaultDiagnosticUpdateSourceTests.vb (1)
337Inherits DocumentDiagnosticAnalyzer
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Diagnostics\Analyzers\XamlDocumentDiagnosticAnalyzer.cs (1)
17internal class XamlDocumentDiagnosticAnalyzer : DocumentDiagnosticAnalyzer
11 references to DocumentDiagnosticAnalyzer
Microsoft.CodeAnalysis.Features (2)
Diagnostics\Analyzers\DocumentDiagnosticAnalyzer.cs (1)
11[assembly: TypeForwardedTo(typeof(DocumentDiagnosticAnalyzer))]
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
19=> analyzer is DocumentDiagnosticAnalyzer
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Features\Diagnostics\DocumentAnalysisExecutor.cs (1)
104if (analyzer is DocumentDiagnosticAnalyzer documentAnalyzer)
Features\Diagnostics\DocumentAnalysisExecutor_Helpers.cs (1)
228DocumentDiagnosticAnalyzer analyzer,
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.Executor.cs (2)
354var ideAnalyzers = stateSets.Select(s => s.Analyzer).Where(a => a is ProjectDiagnosticAnalyzer or DocumentDiagnosticAnalyzer).ToImmutableArrayOrEmpty(); 459case DocumentDiagnosticAnalyzer documentAnalyzer:
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.StateManager.HostStates.cs (1)
105DocumentDiagnosticAnalyzer analyzer => Math.Max(0, analyzer.Priority),
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (1)
254if (analyzer is DocumentDiagnosticAnalyzer)
Microsoft.CodeAnalysis.Workspaces (3)
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
15DocumentDiagnosticAnalyzer _ => DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis | DiagnosticAnalyzerCategory.SemanticDocumentAnalysis,
Diagnostics\DocumentDiagnosticAnalyzer.cs (1)
36/// This lets vsix installed <see cref="DocumentDiagnosticAnalyzer"/> or <see cref="ProjectDiagnosticAnalyzer"/> to
Diagnostics\ProjectDiagnosticAnalyzer.cs (1)
34/// This lets vsix installed <see cref="DocumentDiagnosticAnalyzer"/> or <see cref="ProjectDiagnosticAnalyzer"/> to