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

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

Protected Methods

Method Description
Analyze ( AnnotatedCodeLocation annotatedCodeLocation, string annotatedCodeLocationPointer ) : void
Analyze ( CodeFlow codeFlow, string codeFlowPointer ) : void
Analyze ( Notification notification, string notificationPointer ) : void
Analyze ( System.Result result, string resultPointer ) : void
Analyze ( Rule rule, string rulePointer ) : void
Analyze ( Stack stack, string stackPointer ) : void
Analyze ( StackFrame frame, string framePointer ) : void

Private Methods

Method Description
Analyze ( string message, string pointer ) : void
DoesNotEndWithPeriod ( string message ) : bool

Method Details

Analyze() protected method

protected Analyze ( AnnotatedCodeLocation annotatedCodeLocation, string annotatedCodeLocationPointer ) : void
annotatedCodeLocation AnnotatedCodeLocation
annotatedCodeLocationPointer string
return void

Analyze() protected method

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

Analyze() protected method

protected Analyze ( Notification notification, string notificationPointer ) : void
notification Notification
notificationPointer string
return void

Analyze() protected method

protected Analyze ( System.Result result, string resultPointer ) : void
result System.Result
resultPointer string
return void

Analyze() protected method

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

Analyze() protected method

protected Analyze ( Stack stack, string stackPointer ) : void
stack Stack
stackPointer string
return void

Analyze() protected method

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