Méthode | Description | |
---|---|---|
Add ( this sink, Severity severity, SourceRange range, string message ) : void | ||
Dump ( this source, IDiagnosticsWriter writer ) : int | ||
Dump ( this source, System writer ) : int | ||
Dump ( this diagnostic, IDiagnosticsWriter writer ) : void | ||
Dump ( this diagnostic, System writer ) : void | ||
Flush ( this collection, System writer ) : int | ||
InsertSink ( this sink ) : IDiagnosticsSink |
public static Add ( this sink, Severity severity, SourceRange range, string message ) : void | ||
sink | this | |
severity | Severity | |
range | SourceRange | |
message | string | |
Résultat | void |
public static Dump ( this source, IDiagnosticsWriter writer ) : int | ||
source | this | |
writer | IDiagnosticsWriter | |
Résultat | int |
public static Dump ( this source, System writer ) : int | ||
source | this | |
writer | System | |
Résultat | int |
public static Dump ( this diagnostic, IDiagnosticsWriter writer ) : void | ||
diagnostic | this | |
writer | IDiagnosticsWriter | |
Résultat | void |
public static Dump ( this diagnostic, System writer ) : void | ||
diagnostic | this | |
writer | System | |
Résultat | void |
public static Flush ( this collection, System writer ) : int | ||
collection | this | |
writer | System | |
Résultat | int |
public static InsertSink ( this sink ) : IDiagnosticsSink | ||
sink | this | |
Résultat | IDiagnosticsSink |