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

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

Protected Methods

Method Description
Analyze ( CodeFlow codeFlow, string codeFlowPointer ) : void

Private Methods

Method Description
FindFirstLocationWithMissingStep ( Newtonsoft.Json.Linq.JObject annotatedCodeLocationObjects ) : int
GetLocationsWithStep ( Newtonsoft.Json.Linq.JObject annotatedCodeLocationObjects ) : Newtonsoft.Json.Linq.JObject[]
LocationHasStep ( Newtonsoft.Json.Linq.JObject loc ) : bool
ReportInvalidStepValues ( AnnotatedCodeLocation locations, Newtonsoft.Json.Linq.JArray annotatedCodeLocationArray, string annotatedCodeLocationsPointer ) : void
ReportMissingStepProperty ( Newtonsoft.Json.Linq.JArray annotatedCodeLocationArray, string annotatedCodeLocationsPointer ) : void

Method Details

Analyze() protected method

protected Analyze ( CodeFlow codeFlow, string codeFlowPointer ) : void
codeFlow CodeFlow
codeFlowPointer string
return void