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

Inheritance: SarifValidationSkimmerBase
ファイルを表示 Open project: Microsoft/sarif-sdk

Protected Methods

Method 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

Method Description
AnalyzeUri ( Uri uri, string parentPointer, string childPropertyName = SarifPropertyName.Uri ) : void

Method Details

Analyze() protected method

protected Analyze ( FileChange fileChange, string fileChangePointer ) : void
fileChange FileChange
fileChangePointer string
return void

Analyze() protected method

protected Analyze ( FileData fileData, string fileKey, string filePointer ) : void
fileData FileData
fileKey string
filePointer string
return void

Analyze() protected method

protected Analyze ( PhysicalLocation physicalLocation, string physicalLocationPointer ) : void
physicalLocation PhysicalLocation
physicalLocationPointer string
return void

Analyze() protected method

protected Analyze ( Rule rule, string rulePointer ) : void
rule Rule
rulePointer string
return void

Analyze() protected method

protected Analyze ( StackFrame frame, string framePointer ) : void
frame StackFrame
framePointer string
return void