12 references to SemanticDocumentAnalysis
Microsoft.CodeAnalysis.CodeStyle (7)
AbstractMakeFieldReadonlyDiagnosticAnalyzer.cs (1)
36public override DiagnosticAnalyzerCategory GetAnalyzerCategory() => DiagnosticAnalyzerCategory.SemanticDocumentAnalysis;
AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.cs (1)
51public sealed override DiagnosticAnalyzerCategory GetAnalyzerCategory() => DiagnosticAnalyzerCategory.SemanticDocumentAnalysis;
AbstractRemoveUnnecessaryImportsDiagnosticAnalyzer.cs (1)
170=> DiagnosticAnalyzerCategory.SemanticDocumentAnalysis;
AbstractRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer.cs (1)
72public sealed override DiagnosticAnalyzerCategory GetAnalyzerCategory() => DiagnosticAnalyzerCategory.SemanticDocumentAnalysis;
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
62public override DiagnosticAnalyzerCategory GetAnalyzerCategory() => DiagnosticAnalyzerCategory.SemanticDocumentAnalysis;
AbstractUseAutoPropertyAnalyzer.cs (1)
66=> DiagnosticAnalyzerCategory.SemanticDocumentAnalysis;
DiagnosticAnalyzerCategory.cs (1)
23/// <see cref="SemanticDocumentAnalysis"/>.
Microsoft.CodeAnalysis.CSharp.CodeStyle (5)
ConvertToProgramMainDiagnosticAnalyzer.cs (1)
29=> DiagnosticAnalyzerCategory.SemanticDocumentAnalysis;
ConvertToTopLevelStatementsDiagnosticAnalyzer.cs (1)
31=> DiagnosticAnalyzerCategory.SemanticDocumentAnalysis;
CSharpMakeStructFieldsWritableDiagnosticAnalyzer.cs (1)
30=> DiagnosticAnalyzerCategory.SemanticDocumentAnalysis;
CSharpRemoveUnnecessaryNullableDirectiveDiagnosticAnalyzer.cs (1)
37=> DiagnosticAnalyzerCategory.SemanticDocumentAnalysis;
MisplacedUsingDirectivesDiagnosticAnalyzer.cs (1)
48=> DiagnosticAnalyzerCategory.SemanticDocumentAnalysis;