C# 클래스 Microsoft.CodeAnalysis.Sarif.Cli.Rules.StepValuesMustFormOneBasedSequence

상속: SarifValidationSkimmerBase
파일 보기 프로젝트 열기: Microsoft/sarif-sdk

보호된 메소드들

메소드 설명
Analyze ( CodeFlow codeFlow, string codeFlowPointer ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Analyze() 보호된 메소드

protected Analyze ( CodeFlow codeFlow, string codeFlowPointer ) : void
codeFlow CodeFlow
codeFlowPointer string
리턴 void