Skip to content

Instantly share code, notes, and snippets.

View Preskton's full-sized avatar
this code fills me with DETERMINATION

Preston Doster Preskton

this code fills me with DETERMINATION
View GitHub Profile
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.MSBuild;
using Microsoft.CodeAnalysis.FindSymbols;