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