7 instantiations of NonControllerAttribute
BasicWebSite (1)
Controllers\SqlDataController.cs (1)
8[NonController]
ControllersFromServicesClassLibrary (1)
ClientUIStubController.cs (1)
8[NonController]
Microsoft.AspNetCore.Mvc.Core.Test (4)
Controllers\ControllerFeatureProviderTest.cs (4)
486[NonController] 503[NonController] 514[NonController] 520[NonController]
Mvc.Api.Analyzers.Test (1)
TestFiles\MvcFactsTest\IsControllerTests.cs (1)
40[NonController]
3 references to NonControllerAttribute
Microsoft.AspNetCore.Mvc.Core (2)
ControllerAttribute.cs (1)
9/// <see cref="NonControllerAttribute"/> is applied to any type in the hierarchy.
Controllers\ControllerFeatureProvider.cs (1)
63if (typeInfo.IsDefined(typeof(NonControllerAttribute)))
Mvc.Api.Analyzers.Test (1)
MvcFactsTest.cs (1)
12private static readonly string NonControllerAttribute = typeof(NonControllerAttribute).FullName;