Base:
method
GetAttributes
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbol.GetAttributes()
4 references to GetAttributes
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\SourceAssemblySymbolAdapter.vb (1)
25
Return GetCustomAttributesToEmit(Me.
GetAttributes
(), synthesized, isReturnType:=False, emittingAssemblyAttributesInNetModule:=emittingAssemblyAttributesInNetModule)
Symbols\Source\SourceAssemblySymbol.vb (3)
56
''' These indices correspond to the merged assembly attributes from source and added net modules, i.e. attributes returned by <see cref="
GetAttributes
"/> method.
448
Not attributeIndicesToSkip.Any(Function(index) index < 0 OrElse index >= Me.
GetAttributes
().Length))
475
Debug.Assert(index < Me.
GetAttributes
().Length)