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