Skip to content

Instantly share code, notes, and snippets.

@joymon
Created June 3, 2015 02:50
Show Gist options
  • Save joymon/78d4b610460985a91fa4 to your computer and use it in GitHub Desktop.
Save joymon/78d4b610460985a91fa4 to your computer and use it in GitHub Desktop.
private SyntaxTree GetSyntaxTree(string source)
{
SyntaxTree syntaxTree = CSharpSyntaxTree.ParseText(source);
return syntaxTree;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment