4 references to HasAttribute
Mvc.Analyzers.Test (4)
CodeAnalysisExtensionsTest.cs (4)
481
var propertyHasAttribute = CodeAnalysisExtensions.
HasAttribute
(testProperty, attribute, inherit: false);
660
var hasAttribute = CodeAnalysisExtensions.
HasAttribute
(property, attribute, inherit: false);
694
var hasAttributeWithoutInherit = CodeAnalysisExtensions.
HasAttribute
(property, attribute, inherit: false);
695
var hasAttributeWithInherit = CodeAnalysisExtensions.
HasAttribute
(property, attribute, inherit: true);