Constructor SyntaxData
- Assembly
- Alternet.Scripter.Debugger.v10.dll
SyntaxData(RoslynScriptHost, Workspace, Document, SemanticModel, SyntaxTree, int)
Initializes a new instance of the SyntaxData class with specified parameters.
public SyntaxData(RoslynScriptHost scriptHost, Workspace workspace, Document document, SemanticModel model, SyntaxTree tree, int positionInSource)
Parameters
scriptHostRoslynScriptHostRoslyn-based script host used to compile the expression.
workspaceWorkspaceRoslyn-based Workspace used to compile the expression.
documentDocumentRoslyn-based Document used to compile the expression.
modelSemanticModelSemanticModel containing semantic information.
treeSyntaxTreeSyntaxTree containing syntax information.
positionInSourceintCurrent position inside the expression.