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

Inheritance: SarifValidationSkimmerBase
Datei anzeigen Open project: Microsoft/sarif-sdk

Protected Methods

Method Description
Analyze ( FileChange fileChange, string fileChangePointer ) : void
Analyze ( PhysicalLocation physicalLocation, string physicalLocationPointer ) : void
Analyze ( StackFrame frame, string framePointer ) : void

Private Methods

Method Description
EnsureRelativeUriWithUriBaseId ( Uri uri, string uriBaseId, string objectPointer ) : void

Method Details

Analyze() protected method

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

Analyze() protected method

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

Analyze() protected method

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