1 reference to IsLocalFunction
illink (1)
src\tools\illink\src\ILLink.Shared\DataFlow\CompilerGeneratedNames.cs (1)
99
internal static bool IsLambdaOrLocalFunction(string methodName) => IsLambdaMethod(methodName) ||
IsLocalFunction
(methodName);