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