8 references to IsMatch
Microsoft.AspNetCore.Mvc.Core (1)
ApiExplorer\ApiConventionResult.cs (1)
63
if (ApiConventionMatcher.
IsMatch
(method, conventionMethod))
Microsoft.AspNetCore.Mvc.Core.Test (7)
ApiExplorer\ApiConventionMatcherTest.cs (7)
338
var result = ApiConventionMatcher.
IsMatch
(method, conventionMethod);
352
var result = ApiConventionMatcher.
IsMatch
(method, conventionMethod);
366
var result = ApiConventionMatcher.
IsMatch
(method, conventionMethod);
380
var result = ApiConventionMatcher.
IsMatch
(method, conventionMethod);
394
var result = ApiConventionMatcher.
IsMatch
(method, conventionMethod);
408
var result = ApiConventionMatcher.
IsMatch
(method, conventionMethod);
422
var result = ApiConventionMatcher.
IsMatch
(method, conventionMethod);