C# Class Microsoft.CodeAnalysis.Sarif.Cli.Rules.UseAbsolutePathsForNestedFileUriFragments

Inheritance: SarifValidationSkimmerBase
Afficher le fichier Open project: Microsoft/sarif-sdk

Méthodes protégées

Méthode Description
Analyze ( FileChange fileChange, string fileChangePointer ) : void
Analyze ( FileData fileData, string fileKey, string filePointer ) : void
Analyze ( PhysicalLocation physicalLocation, string physicalLocationPointer ) : void
Analyze ( StackFrame frame, string framePointer ) : void

Private Methods

Méthode Description
AnalyzeUri ( Uri uri, string parentPointer ) : void
MakeFakeAbsoluteUri ( Uri relativeUri ) : Uri
UriHasNonAbsoluteFragment ( Uri uri ) : bool

Method Details

Analyze() protected méthode

protected Analyze ( FileChange fileChange, string fileChangePointer ) : void
fileChange FileChange
fileChangePointer string
Résultat void

Analyze() protected méthode

protected Analyze ( FileData fileData, string fileKey, string filePointer ) : void
fileData FileData
fileKey string
filePointer string
Résultat void

Analyze() protected méthode

protected Analyze ( PhysicalLocation physicalLocation, string physicalLocationPointer ) : void
physicalLocation PhysicalLocation
physicalLocationPointer string
Résultat void

Analyze() protected méthode

protected Analyze ( StackFrame frame, string framePointer ) : void
frame StackFrame
framePointer string
Résultat void