C# Class Microsoft.CodeAnalysis.Sarif.Driver.SarifHelpers

Mostrar archivo Open project: Microsoft/sarif-sdk Class Usage Examples

Public Methods

Method Description
ValidateRun ( Run run, Action resultAction, Action toolNotificationAction ) : void
ValidateTool ( Tool tool ) : void

Method Details

ValidateRun() public static method

public static ValidateRun ( Run run, Action resultAction, Action toolNotificationAction ) : void
run Run
resultAction Action
toolNotificationAction Action
return void

ValidateTool() public static method

public static ValidateTool ( Tool tool ) : void
tool Tool
return void