2 references to TryGetCompilerGeneratedCalleesForUserMethod
illink (2)
Linker.Dataflow\MethodBodyScanner.cs (1)
274
if (_context.CompilerGeneratedState.
TryGetCompilerGeneratedCalleesForUserMethod
(startingMethod, out List<IMemberDefinition>? compilerGeneratedCallees))
Linker.Steps\MarkStep.cs (1)
4028
if (Context.CompilerGeneratedState.
TryGetCompilerGeneratedCalleesForUserMethod
(methodIL.Method, out List<IMemberDefinition>? compilerGeneratedCallees))