2 overrides of ShouldEmitCell
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\DispatchCellSectionNode.cs (2)
51protected override bool ShouldEmitCell(DispatchCellNode cell) => !cell.TargetMethod.HasInstantiation; 61protected override bool ShouldEmitCell(DispatchCellNode cell) => cell.TargetMethod.HasInstantiation;
1 reference to ShouldEmitCell
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\DispatchCellSectionNode.cs (1)
30if (!ShouldEmitCell(node))