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

Inheritance: SarifValidationSkimmerBase
Show file Open project: Microsoft/sarif-sdk

Protected Methods

Method Description
Analyze ( Region region, string regionPointer ) : void

Private Methods

Method Description
RegionIsOnOneLine ( Region region, JToken regionToken ) : bool

Method Details

Analyze() protected method

protected Analyze ( Region region, string regionPointer ) : void
region Region
regionPointer string
return void