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