File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/Dataflow Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ public virtual void InterproceduralScan(MethodIL startingMethodBody)
319
319
// are the same set of methods that we discovered and scanned above.
320
320
if ( _annotations . CompilerGeneratedState . TryGetCompilerGeneratedCalleesForUserMethod ( startingMethod , out List < TypeSystemEntity > ? compilerGeneratedCallees ) )
321
321
{
322
- var calleeMethods = compilerGeneratedCallees . OfType < MethodDefinition > ( ) ;
322
+ var calleeMethods = compilerGeneratedCallees . OfType < MethodDesc > ( ) ;
323
323
// https://github.com/dotnet/linker/issues/2845
324
324
// Disabled asserts due to a bug
325
325
// Debug.Assert (interproceduralState.Count == 1 + calleeMethods.Count ());
You can’t perform that action at this time.
0 commit comments