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