Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Created March 30, 2015 20:45
Embed
What would you like to do?
var newNode = SyntaxFactory.InvocationExpression(
SyntaxFactory.IdentifierName(
"CodeConnect.Instrumentation.LogValue"))
.WithArgumentList(
//...
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment