Version

Search Results

Equals Method (NodeDiagnostic)

Determines whether the specified object equals this NodeDiagnostic value. Syntax Parameters obj The object to test for equality. Return Value True if obj is another NodeDiagnostic with the same values; False otherwise.

GetHashCode Method (NodeDiagnostic)

Gets a hash code for the NodeDiagnostic value. Syntax Return Value A hash code for the NodeDiagnostic value.

Message Property (NodeDiagnostic)

Gets the message associated with the error. Syntax

Node Property

Gets the SyntaxNode with which the error is associated. Syntax

Equality Operator (NodeDiagnostic)

Determines whether two NodeDiagnostic values are equal. Syntax Parameters diagnostic1 diagnostic2 Return Value True if the values are equal; False otherwise.

Inequality Operator (NodeDiagnostic)

Determines whether two NodeDiagnostic values are not equal. Syntax Parameters diagnostic1 diagnostic2 Return Value True if the values are not equal; False otherwise.

Severity Property (NodeDiagnostic)

Gets the severity level of the diagnostic message. Syntax

SnapshotSpan Property (NodeDiagnostic)

Gets the SnapshotSpan indicating the location of the error. Syntax