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