4 overrides of IsTargetAttribute
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Attributes\PEAttributeData.vb (1)
102Friend Overrides Function IsTargetAttribute(namespaceName As String, typeName As String, Optional ignoreCase As Boolean = False) As Boolean
Symbols\Attributes\RetargetingAttributeData.vb (1)
99Friend Overrides Function IsTargetAttribute(namespaceName As String, typeName As String, Optional ignoreCase As Boolean = False) As Boolean
Symbols\Attributes\SourceAttributeData.vb (1)
285Friend Overrides Function IsTargetAttribute(
Symbols\SynthesizedSymbols\SynthesizedAttributeData.vb (1)
117Friend Overrides Function IsTargetAttribute(namespaceName As String, typeName As String, Optional ignoreCase As Boolean = False) As Boolean
1 reference to IsTargetAttribute
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Attributes\RetargetingAttributeData.vb (1)
100Return _underlying.IsTargetAttribute(namespaceName, typeName, ignoreCase)