Symbols\Source\QuickAttributeChecker.vb (6)
152If Matches(name, inAttribute, AttributeDescription.CaseInsensitiveExtensionAttribute) Then
154ElseIf Matches(name, inAttribute, AttributeDescription.ObsoleteAttribute) Then
156ElseIf Matches(name, inAttribute, AttributeDescription.DeprecatedAttribute) Then
158ElseIf Matches(name, inAttribute, AttributeDescription.ExperimentalAttribute) Then
160ElseIf Matches(name, inAttribute, AttributeDescription.MyGroupCollectionAttribute) Then
162ElseIf Matches(name, inAttribute, AttributeDescription.TypeIdentifierAttribute) Then