2 references to TryGetMapMethodName
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
RequestDelegateGeneratorSuppressor.cs (1)
64
|| !node.
TryGetMapMethodName
(out var method)
StaticRouteHandlerModel\InvocationOperationExtensions.cs (1)
73
return node is InvocationExpressionSyntax invocation && invocation.
TryGetMapMethodName
(out methodName);