We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Module.ExternalClassTemplateSpecializations
1 parent 617517f commit 8ec03edCopy full SHA for 8ec03ed
src/Generator/Generators/CSharp/CSharpSources.cs
@@ -149,6 +149,9 @@ group s by s.TemplatedDecl.TemplatedClass into template
149
UnindentAndWriteCloseBrace();
150
PopBlock(NewLineKind.BeforeNextBlock);
151
}
152
+
153
+ if (Options.GenerationOutputMode == GenerationOutputMode.FilePerUnit)
154
+ Module.ExternalClassTemplateSpecializations.Clear();
155
156
157
public virtual void GenerateUsings()
0 commit comments