1 write to _assemblyPath
HelixTasks (1)
AssemblyScheduler.cs (1)
77
_assemblyPath
= assemblyPath;
3 references to _assemblyPath
HelixTasks (3)
AssemblyScheduler.cs (3)
143
var assemblyName = Path.GetFileName(
_assemblyPath
);
146
_assemblyPath
,
150
_partitionList.Add(new Partition(
_assemblyPath
, _currentId, _currentTypeInfoList));