4 references to LocalFunction
Test.Utilities (4)
IMethodSymbolExtensions.cs (2)
608MethodKind.LambdaMethod or MethodKindEx.LocalFunction or MethodKind.DelegateInvoke => true, 617MethodKind.LambdaMethod or MethodKindEx.LocalFunction => true,
MethodKindEx.cs (2)
23private const uint LocalFunctionValueAssertion1 = LocalFunction - MethodKind.LocalFunction, 24LocalFunctionValueAssertion2 = -(LocalFunction - MethodKind.LocalFunction);