Name | Description |
---|---|
CodeFixVerifier | Diagnostic Producer class with extra methods dealing with applying codefixes All methods are static |
DiagnosticResult | Struct that stores information about a Diagnostic appearing in a source |
DiagnosticResultLocation | Location where the diagnostic appears, as determined by path, line number, and column number. |
DiagnosticVerifier | Class for turning strings into documents and getting the diagnostics on them All methods are static |
MvxTestFileSource |