2 references to TryGetMapMethodName
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
RequestDelegateGenerator.Parser.cs (1)
16=> node.TryGetMapMethodName(out var method) && InvocationOperationExtensions.KnownMethods.Contains(method);
RequestDelegateGeneratorSuppressor.cs (1)
64|| !node.TryGetMapMethodName(out var method)