C# 클래스 Microsoft.CodeAnalysis.Sarif.Converters.FxCopLogReader.Context

Current context of the result
The context accumulates in memory during the streaming, but the information we gather is very limited, and there is only one context object per input file currently constructed
파일 보기 프로젝트 열기: Microsoft/sarif-sdk 1 사용 예제들

공개 메소드들

메소드 설명
ClearException ( ) : void
ClearIssue ( ) : void
ClearMember ( ) : void
ClearMessage ( ) : void
ClearModule ( ) : void
ClearNamespace ( ) : void
ClearReport ( ) : void
ClearResource ( ) : void
ClearTarget ( ) : void
ClearType ( ) : void
GetUniqueId ( ) : string
RefineException ( bool isException, string checkId, string target ) : void
RefineExceptionMessage ( string message ) : void
RefineExceptionType ( string type ) : void
RefineInnerExceptionMessage ( string message ) : void
RefineInnerExceptionType ( string type ) : void
RefineInnerStackTrace ( string stack ) : void
RefineIssue ( string message, string result, string certainty, string level, string path, string file, int line ) : void
RefineMember ( string member ) : void
RefineMessage ( string checkId, string typename, string messageId, string category, string fixcategory, string status ) : void
RefineModule ( string module ) : void
RefineNamespace ( string nameSpace ) : void
RefineReport ( string report ) : void
RefineResource ( string resource ) : void
RefineStackTrace ( string stack ) : void
RefineTarget ( string target ) : void
RefineType ( string type ) : void

비공개 메소드들

메소드 설명
CreateId ( ) : string

메소드 상세

ClearException() 공개 메소드

public ClearException ( ) : void
리턴 void

ClearIssue() 공개 메소드

public ClearIssue ( ) : void
리턴 void

ClearMember() 공개 메소드

public ClearMember ( ) : void
리턴 void

ClearMessage() 공개 메소드

public ClearMessage ( ) : void
리턴 void

ClearModule() 공개 메소드

public ClearModule ( ) : void
리턴 void

ClearNamespace() 공개 메소드

public ClearNamespace ( ) : void
리턴 void

ClearReport() 공개 메소드

public ClearReport ( ) : void
리턴 void

ClearResource() 공개 메소드

public ClearResource ( ) : void
리턴 void

ClearTarget() 공개 메소드

public ClearTarget ( ) : void
리턴 void

ClearType() 공개 메소드

public ClearType ( ) : void
리턴 void

GetUniqueId() 공개 메소드

public GetUniqueId ( ) : string
리턴 string

RefineException() 공개 메소드

public RefineException ( bool isException, string checkId, string target ) : void
isException bool
checkId string
target string
리턴 void

RefineExceptionMessage() 공개 메소드

public RefineExceptionMessage ( string message ) : void
message string
리턴 void

RefineExceptionType() 공개 메소드

public RefineExceptionType ( string type ) : void
type string
리턴 void

RefineInnerExceptionMessage() 공개 메소드

public RefineInnerExceptionMessage ( string message ) : void
message string
리턴 void

RefineInnerExceptionType() 공개 메소드

public RefineInnerExceptionType ( string type ) : void
type string
리턴 void

RefineInnerStackTrace() 공개 메소드

public RefineInnerStackTrace ( string stack ) : void
stack string
리턴 void

RefineIssue() 공개 메소드

public RefineIssue ( string message, string result, string certainty, string level, string path, string file, int line ) : void
message string
result string
certainty string
level string
path string
file string
line int
리턴 void

RefineMember() 공개 메소드

public RefineMember ( string member ) : void
member string
리턴 void

RefineMessage() 공개 메소드

public RefineMessage ( string checkId, string typename, string messageId, string category, string fixcategory, string status ) : void
checkId string
typename string
messageId string
category string
fixcategory string
status string
리턴 void

RefineModule() 공개 메소드

public RefineModule ( string module ) : void
module string
리턴 void

RefineNamespace() 공개 메소드

public RefineNamespace ( string nameSpace ) : void
nameSpace string
리턴 void

RefineReport() 공개 메소드

public RefineReport ( string report ) : void
report string
리턴 void

RefineResource() 공개 메소드

public RefineResource ( string resource ) : void
resource string
리턴 void

RefineStackTrace() 공개 메소드

public RefineStackTrace ( string stack ) : void
stack string
리턴 void

RefineTarget() 공개 메소드

public RefineTarget ( string target ) : void
target string
리턴 void

RefineType() 공개 메소드

public RefineType ( string type ) : void
type string
리턴 void