C# Class RoslynNunitTestRunner.ProcessedCode

Afficher le fichier Open project: SergeyTeplyakov/ErrorProne.NET Class Usage Examples

Méthodes publiques

Méthode Description
GetCodeWithMarkers ( IEnumerable spans ) : string
ProcessedCode ( string code, List spans ) : System
WithDocument ( Microsoft.CodeAnalysis.Document document ) : ProcessedCode

Private Methods

Méthode Description
WithInsertedDiagnostics ( IEnumerable spans ) : string

Method Details

GetCodeWithMarkers() public méthode

public GetCodeWithMarkers ( IEnumerable spans ) : string
spans IEnumerable
Résultat string

ProcessedCode() public méthode

public ProcessedCode ( string code, List spans ) : System
code string
spans List
Résultat System

WithDocument() public méthode

public WithDocument ( Microsoft.CodeAnalysis.Document document ) : ProcessedCode
document Microsoft.CodeAnalysis.Document
Résultat ProcessedCode