Skip to content

Commit

Permalink
Remove Debugger.Launch call.
Browse files Browse the repository at this point in the history
  • Loading branch information
steviegt6 committed Jan 30, 2023
1 parent 9f6b543 commit 79a8520
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ private static void Patch() {
}

private static void Patch_IAssemblySymbol_GivesAccessTo() {
Debugger.Launch();
var asm = typeof(CSharpExtensions).Assembly;
var type = asm.GetType(
"Microsoft.CodeAnalysis.CSharp.Symbols.PublicModel.AssemblySymbol"
Expand Down

0 comments on commit 79a8520

Please sign in to comment.