Freigeben über


SyntaxTree.GetDiagnostics Methode

Definition

Überlädt

GetDiagnostics(CancellationToken)

Ruft eine Liste aller Diagnosen in der Syntaxstruktur ab. Diese Methode filtert keine Diagnose basierend auf #pragmas- und Compileroptionen wie nowarn, warnaserror usw.

GetDiagnostics(SyntaxTrivia)

Ruft eine Liste aller Diagnosen ab, die der Trivia zugeordnet sind. Diese Methode filtert keine Diagnose basierend auf #pragmas- und Compileroptionen wie nowarn, warnaserror usw.

GetDiagnostics(SyntaxNodeOrToken)

Ruft eine Liste aller Diagnosen in der Unterstruktur ab, die den angegebenen Knoten als Stamm oder zugeordnet mit dem Token und seinen verwandten Trivia hat. Diese Methode filtert keine Diagnose basierend auf #pragmas- und Compileroptionen wie nowarn, warnaserror usw.

GetDiagnostics(SyntaxNode)

Ruft eine Liste aller Diagnosen in der Unterstruktur ab, die den angegebenen Knoten als Stamm aufweist. Diese Methode filtert keine Diagnose basierend auf #pragmas- und Compileroptionen wie nowarn, warnaserror usw.

GetDiagnostics(SyntaxToken)

Ruft eine Liste aller Diagnosen ab, die dem Token und allen verwandten Trivia zugeordnet sind. Diese Methode filtert keine Diagnose basierend auf #pragmas- und Compileroptionen wie nowarn, warnaserror usw.

GetDiagnostics(CancellationToken)

Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs

Ruft eine Liste aller Diagnosen in der Syntaxstruktur ab. Diese Methode filtert keine Diagnose basierend auf #pragmas- und Compileroptionen wie nowarn, warnaserror usw.

public abstract System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostic> GetDiagnostics (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDiagnostics : System.Threading.CancellationToken -> seq<Microsoft.CodeAnalysis.Diagnostic>
Public MustOverride Function GetDiagnostics (Optional cancellationToken As CancellationToken = Nothing) As IEnumerable(Of Diagnostic)

Parameter

cancellationToken
CancellationToken

Gibt zurück

Gilt für:

GetDiagnostics(SyntaxTrivia)

Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs

Ruft eine Liste aller Diagnosen ab, die der Trivia zugeordnet sind. Diese Methode filtert keine Diagnose basierend auf #pragmas- und Compileroptionen wie nowarn, warnaserror usw.

public:
 abstract System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::Diagnostic ^> ^ GetDiagnostics(Microsoft::CodeAnalysis::SyntaxTrivia trivia);
public abstract System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostic> GetDiagnostics (Microsoft.CodeAnalysis.SyntaxTrivia trivia);
abstract member GetDiagnostics : Microsoft.CodeAnalysis.SyntaxTrivia -> seq<Microsoft.CodeAnalysis.Diagnostic>
Public MustOverride Function GetDiagnostics (trivia As SyntaxTrivia) As IEnumerable(Of Diagnostic)

Parameter

trivia
SyntaxTrivia

Gibt zurück

Gilt für:

GetDiagnostics(SyntaxNodeOrToken)

Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs

Ruft eine Liste aller Diagnosen in der Unterstruktur ab, die den angegebenen Knoten als Stamm oder zugeordnet mit dem Token und seinen verwandten Trivia hat. Diese Methode filtert keine Diagnose basierend auf #pragmas- und Compileroptionen wie nowarn, warnaserror usw.

public:
 abstract System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::Diagnostic ^> ^ GetDiagnostics(Microsoft::CodeAnalysis::SyntaxNodeOrToken nodeOrToken);
public abstract System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostic> GetDiagnostics (Microsoft.CodeAnalysis.SyntaxNodeOrToken nodeOrToken);
abstract member GetDiagnostics : Microsoft.CodeAnalysis.SyntaxNodeOrToken -> seq<Microsoft.CodeAnalysis.Diagnostic>
Public MustOverride Function GetDiagnostics (nodeOrToken As SyntaxNodeOrToken) As IEnumerable(Of Diagnostic)

Parameter

nodeOrToken
SyntaxNodeOrToken

Gibt zurück

Gilt für:

GetDiagnostics(SyntaxNode)

Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs

Ruft eine Liste aller Diagnosen in der Unterstruktur ab, die den angegebenen Knoten als Stamm aufweist. Diese Methode filtert keine Diagnose basierend auf #pragmas- und Compileroptionen wie nowarn, warnaserror usw.

public:
 abstract System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::Diagnostic ^> ^ GetDiagnostics(Microsoft::CodeAnalysis::SyntaxNode ^ node);
public abstract System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostic> GetDiagnostics (Microsoft.CodeAnalysis.SyntaxNode node);
abstract member GetDiagnostics : Microsoft.CodeAnalysis.SyntaxNode -> seq<Microsoft.CodeAnalysis.Diagnostic>
Public MustOverride Function GetDiagnostics (node As SyntaxNode) As IEnumerable(Of Diagnostic)

Parameter

node
SyntaxNode

Gibt zurück

Gilt für:

GetDiagnostics(SyntaxToken)

Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs
Quelle:
SyntaxTree.cs

Ruft eine Liste aller Diagnosen ab, die dem Token und allen verwandten Trivia zugeordnet sind. Diese Methode filtert keine Diagnose basierend auf #pragmas- und Compileroptionen wie nowarn, warnaserror usw.

public:
 abstract System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::Diagnostic ^> ^ GetDiagnostics(Microsoft::CodeAnalysis::SyntaxToken token);
public abstract System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostic> GetDiagnostics (Microsoft.CodeAnalysis.SyntaxToken token);
abstract member GetDiagnostics : Microsoft.CodeAnalysis.SyntaxToken -> seq<Microsoft.CodeAnalysis.Diagnostic>
Public MustOverride Function GetDiagnostics (token As SyntaxToken) As IEnumerable(Of Diagnostic)

Parameter

token
SyntaxToken

Gibt zurück

Gilt für: