12 references to SemanticDocumentAnalysis
Microsoft.CodeAnalysis.CodeStyle (7)
AbstractMakeFieldReadonlyDiagnosticAnalyzer.cs (1)
36
public override DiagnosticAnalyzerCategory GetAnalyzerCategory() => DiagnosticAnalyzerCategory.
SemanticDocumentAnalysis
;
AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.cs (1)
51
public sealed override DiagnosticAnalyzerCategory GetAnalyzerCategory() => DiagnosticAnalyzerCategory.
SemanticDocumentAnalysis
;
AbstractRemoveUnnecessaryImportsDiagnosticAnalyzer.cs (1)
170
=> DiagnosticAnalyzerCategory.
SemanticDocumentAnalysis
;
AbstractRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer.cs (1)
72
public sealed override DiagnosticAnalyzerCategory GetAnalyzerCategory() => DiagnosticAnalyzerCategory.
SemanticDocumentAnalysis
;
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
62
public 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
;