6 references to LocalFunction
Roslyn.Diagnostics.Analyzers (6)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IMethodSymbolExtensions.cs (2)
610MethodKind.LambdaMethod or MethodKindEx.LocalFunction or MethodKind.DelegateInvoke => true, 619MethodKind.LambdaMethod or MethodKindEx.LocalFunction => true,
src\RoslynAnalyzers\Utilities\Compiler\Extensions\MethodKindEx.cs (4)
18/// This will only compile if <see cref="LocalFunction"/> and <see cref="MethodKind.LocalFunction"/> have the 23/// to an unsigned value after negation in <see cref="LocalFunctionValueAssertion2"/> will overflow if <see cref="LocalFunction"/> is greater.</para> 25private const uint LocalFunctionValueAssertion1 = LocalFunction - MethodKind.LocalFunction, 26LocalFunctionValueAssertion2 = -(LocalFunction - MethodKind.LocalFunction);