C# Class 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
Exibir arquivo Open project: Microsoft/sarif-sdk Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
CreateId ( ) : string

Method Details

ClearException() public method

public ClearException ( ) : void
return void

ClearIssue() public method

public ClearIssue ( ) : void
return void

ClearMember() public method

public ClearMember ( ) : void
return void

ClearMessage() public method

public ClearMessage ( ) : void
return void

ClearModule() public method

public ClearModule ( ) : void
return void

ClearNamespace() public method

public ClearNamespace ( ) : void
return void

ClearReport() public method

public ClearReport ( ) : void
return void

ClearResource() public method

public ClearResource ( ) : void
return void

ClearTarget() public method

public ClearTarget ( ) : void
return void

ClearType() public method

public ClearType ( ) : void
return void

GetUniqueId() public method

public GetUniqueId ( ) : string
return string

RefineException() public method

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

RefineExceptionMessage() public method

public RefineExceptionMessage ( string message ) : void
message string
return void

RefineExceptionType() public method

public RefineExceptionType ( string type ) : void
type string
return void

RefineInnerExceptionMessage() public method

public RefineInnerExceptionMessage ( string message ) : void
message string
return void

RefineInnerExceptionType() public method

public RefineInnerExceptionType ( string type ) : void
type string
return void

RefineInnerStackTrace() public method

public RefineInnerStackTrace ( string stack ) : void
stack string
return void

RefineIssue() public method

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
return void

RefineMember() public method

public RefineMember ( string member ) : void
member string
return void

RefineMessage() public method

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
return void

RefineModule() public method

public RefineModule ( string module ) : void
module string
return void

RefineNamespace() public method

public RefineNamespace ( string nameSpace ) : void
nameSpace string
return void

RefineReport() public method

public RefineReport ( string report ) : void
report string
return void

RefineResource() public method

public RefineResource ( string resource ) : void
resource string
return void

RefineStackTrace() public method

public RefineStackTrace ( string stack ) : void
stack string
return void

RefineTarget() public method

public RefineTarget ( string target ) : void
target string
return void

RefineType() public method

public RefineType ( string type ) : void
type string
return void