1 instantiation of AssemblyInfoBuilder
HelixTasks (1)
AssemblyScheduler.cs (1)
83
var builder = new
AssemblyInfoBuilder
(assemblyPath, methodLimit);
2 references to AssemblyInfoBuilder
HelixTasks (2)
AssemblyScheduler.cs (2)
83
var
builder = new AssemblyInfoBuilder(assemblyPath, methodLimit);
183
AssemblyInfoBuilder
.Build(assemblyPath, _methodLimit, typeInfoList, out partitionList, out assemblyInfoList, netFramework);