3 references to IsEmpty
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
477
public override bool ShouldSkipEmittingObjectNode(NodeFactory factory) =>
IsEmpty
;
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (2)
571
if ((!methodCodeNode.
IsEmpty
|| CompilationModuleGroup.VersionsWithMethodBody(method)) && method.IsPrimaryMethodDesc())
590
if (methodCodeNode != null && !methodCodeNode.
IsEmpty
)