Свойство | Type | Description | |
---|---|---|---|
DiagnosticList | List |
Méthode | Description | |
---|---|---|
AddDiagnostic ( DiagnosticSeverity severity, int code, string message, TextSpan textSpan ) : void | ||
LoadingContext ( ) : System.Collections.Generic | ||
Reset ( ) : void |
Méthode | Description | |
---|---|---|
HasErrorDiagnosticsCore ( int startIndex ) : bool |
public AddDiagnostic ( DiagnosticSeverity severity, int code, string message, TextSpan textSpan ) : void | ||
severity | DiagnosticSeverity | |
code | int | |
message | string | |
textSpan | TextSpan | |
Résultat | void |
public LoadingContext ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |