Skip to content

Instantly share code, notes, and snippets.

View JohnWintellect's full-sized avatar

John Robbins JohnWintellect

View GitHub Profile
@JohnWintellect
JohnWintellect / ControlFlow.cs
Last active August 29, 2015 14:18
Example of using the Roslyn Control Flow Analysis API
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using System;
using System.Linq;
namespace ConsoleRoslyn
{
class Program
{