3 references to GetAttributeTarget
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Symbol_Attributes.vb (1)
513
attributeTarget = Me.
GetAttributeTarget
()
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (2)
SymbolsTests\Retargeting\RetargetingTests.vb (2)
995
Assert.Equal(sourceType.
GetAttributeTarget
, retargetingType.
GetAttributeTarget
)