Skip to content

Instantly share code, notes, and snippets.

@SoundLogic
SoundLogic / roslyn2jsSequenceDiagrams.cs
Last active September 21, 2022 14:33
P.O.C. for UML sequence diagram project leveraging Roslyn
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;