Method | Description | |
---|---|---|
CreateCompilation ( Microsoft.CodeAnalysis.SyntaxTree syntaxTree, string assemblyName, IEnumerable |
||
ParseText ( string code ) : Microsoft.CodeAnalysis.SyntaxTree |
protected CreateCompilation ( Microsoft.CodeAnalysis.SyntaxTree syntaxTree, string assemblyName, IEnumerable |
||
syntaxTree | Microsoft.CodeAnalysis.SyntaxTree | |
assemblyName | string | |
references | IEnumerable |
|
return | Compilation |
protected ParseText ( string code ) : Microsoft.CodeAnalysis.SyntaxTree | ||
code | string | |
return | Microsoft.CodeAnalysis.SyntaxTree |