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

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 ( Rule rule, string rulePointer ) : void
Analyze ( StackFrame frame, string framePointer ) : void

Private Methods

Méthode Description
AnalyzeUri ( Uri uri, string parentPointer, string childPropertyName = SarifPropertyName.Uri ) : void

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 ( Rule rule, string rulePointer ) : void
rule Rule
rulePointer string
Résultat void

Analyze() protected méthode

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