Class Types
Class | Summary |
---|---|
CodeFixVerifier | Diagnostic Producer class with extra methods dealing with applying code fixes All methods are static. |
DiagnosticVerifier | Superclass of all Unit Tests for DiagnosticAnalyzers. Class for turning strings into documents and getting the diagnostics on them All methods are static. |
Struct Types
Struct | Summary |
---|---|
DiagnosticResult | Struct that stores information about a Diagnostic appearing in a source. |
Diagnostic |
Location where the diagnostic appears, as determined by path, line number, and column number. |