C# Class Microsoft.CodeAnalysis.IL.Rules.SarifHelpers

Datei anzeigen Open project: Microsoft/binskim

Public Methods

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

Method Details

ValidateRun() public static method

public static ValidateRun ( Run run, Action resultAction ) : void
run Microsoft.CodeAnalysis.Sarif.Run
resultAction Action
return void

ValidateTool() public static method

public static ValidateTool ( Tool tool ) : void
tool Microsoft.CodeAnalysis.Sarif.Tool
return void