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