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

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
Analyze ( string message, string pointer ) : void
DoesNotEndWithPeriod ( string message ) : bool

메소드 상세

Analyze() 보호된 메소드

protected Analyze ( AnnotatedCodeLocation annotatedCodeLocation, string annotatedCodeLocationPointer ) : void
annotatedCodeLocation AnnotatedCodeLocation
annotatedCodeLocationPointer string
리턴 void

Analyze() 보호된 메소드

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

Analyze() 보호된 메소드

protected Analyze ( Notification notification, string notificationPointer ) : void
notification Notification
notificationPointer string
리턴 void

Analyze() 보호된 메소드

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

Analyze() 보호된 메소드

protected Analyze ( Rule rule, string rulePointer ) : void
rule Rule
rulePointer string
리턴 void

Analyze() 보호된 메소드

protected Analyze ( Stack stack, string stackPointer ) : void
stack Stack
stackPointer string
리턴 void

Analyze() 보호된 메소드

protected Analyze ( StackFrame frame, string framePointer ) : void
frame StackFrame
framePointer string
리턴 void