15 references to Any
Microsoft.AspNetCore.Mvc.Core (12)
ApiExplorer\ApiConventionMatcher.cs (1)
173case ApiConventionTypeMatchBehavior.Any:
DefaultApiConventions.cs (11)
25[ApiConventionTypeMatch(ApiConventionTypeMatchBehavior.Any)] 39[ApiConventionTypeMatch(ApiConventionTypeMatchBehavior.Any)] 55[ApiConventionTypeMatch(ApiConventionTypeMatchBehavior.Any)] 69[ApiConventionTypeMatch(ApiConventionTypeMatchBehavior.Any)] 87[ApiConventionTypeMatch(ApiConventionTypeMatchBehavior.Any)] 91[ApiConventionTypeMatch(ApiConventionTypeMatchBehavior.Any)] 107[ApiConventionTypeMatch(ApiConventionTypeMatchBehavior.Any)] 111[ApiConventionTypeMatch(ApiConventionTypeMatchBehavior.Any)] 127[ApiConventionTypeMatch(ApiConventionTypeMatchBehavior.Any)] 131[ApiConventionTypeMatch(ApiConventionTypeMatchBehavior.Any)] 148[ApiConventionTypeMatch(ApiConventionTypeMatchBehavior.Any)]
Microsoft.AspNetCore.Mvc.Core.Test (2)
ApiExplorer\ApiConventionMatcherTest.cs (2)
268var result = ApiConventionMatcher.IsTypeMatch(type, conventionType, ApiConventionTypeMatchBehavior.Any); 512var expected = ApiConventionTypeMatchBehavior.Any;
Mvc.Api.Analyzers.Test (1)
TestFiles\SymbolApiConventionMatcherTest\SymbolApiConventionMatcherTestFile.cs (1)
56public static void MethodWithAnyTypeMatchBehaviorParameter([ApiConventionTypeMatch(ApiConventionTypeMatchBehavior.Any)] int value) { }