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

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

보호된 메소드들

메소드 설명
Analyze ( FileChange fileChange, string fileChangePointer ) : void
Analyze ( PhysicalLocation physicalLocation, string physicalLocationPointer ) : void
Analyze ( StackFrame frame, string framePointer ) : void

비공개 메소드들

메소드 설명
EnsureRelativeUriWithUriBaseId ( Uri uri, string uriBaseId, string objectPointer ) : void

메소드 상세

Analyze() 보호된 메소드

protected Analyze ( FileChange fileChange, string fileChangePointer ) : void
fileChange FileChange
fileChangePointer string
리턴 void

Analyze() 보호된 메소드

protected Analyze ( PhysicalLocation physicalLocation, string physicalLocationPointer ) : void
physicalLocation PhysicalLocation
physicalLocationPointer string
리턴 void

Analyze() 보호된 메소드

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