Table of Contents

Method ScanSyntaxTrees

Namespace
GrindFest
Assembly
GrindFest.dll

ScanSyntaxTrees(List<SyntaxTree>)

Scan parsed syntax trees for dangerous API usage. Walks the AST to avoid false positives from comments and string literals.

public static List<ModScriptCompiler.SecurityFinding> ScanSyntaxTrees(List<SyntaxTree> trees)

Parameters

trees List<SyntaxTree>

Returns

List<ModScriptCompiler.SecurityFinding>