4 references to IsPrimaryMethodDesc
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (2)
93
if (_method.Method.
IsPrimaryMethodDesc
() && !IsInstantiatingStub
117
if (factory.CompilationModuleGroup.VersionsWithMethodBody(method.Method) && method.Method.
IsPrimaryMethodDesc
())
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
544
if ((!methodCodeNode.IsEmpty || CompilationModuleGroup.VersionsWithMethodBody(method)) && method.
IsPrimaryMethodDesc
())
Compiler\ExternalReferenceTokenManager.cs (1)
115
if (!methodDesc.
IsPrimaryMethodDesc
())