Base:
method
ContainsMethodBody
ILCompiler.CompilationModuleGroup.ContainsMethodBody(Internal.TypeSystem.MethodDesc, System.Boolean)
2 references to ContainsMethodBody
ILCompiler.Compiler (2)
Compiler\MultiFileCompilationModuleGroup.cs (2)
56return ContainsMethodBody(method, false); 114if (ContainsMethodBody(method, unboxingStub: false))