diff --git a/Source/Core/Inline.cs b/Source/Core/Inline.cs index fb3c1cf99..f8caff3e0 100644 --- a/Source/Core/Inline.cs +++ b/Source/Core/Inline.cs @@ -18,8 +18,8 @@ public class Inliner : Duplicator protected class UnrollDepthTracker { - protected Dictionary procUnrollDepth = new(); - protected Dictionary procUnrollSrc = new(); + protected Dictionary procUnrollDepth = new(); + protected Dictionary procUnrollSrc = new(); private string getName (Implementation impl) { string procName = impl.Name;