8 overrides of DecodeWellKnownAttribute
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourceAssemblySymbol.vb (1)
990
Friend Overrides Sub
DecodeWellKnownAttribute
(ByRef arguments As DecodeWellKnownAttributeArguments(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
Symbols\Source\SourceEventSymbol.vb (1)
651
Friend Overrides Sub
DecodeWellKnownAttribute
(ByRef arguments As DecodeWellKnownAttributeArguments(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
Symbols\Source\SourceFieldSymbol.vb (1)
710
Friend NotOverridable Overrides Sub
DecodeWellKnownAttribute
(ByRef arguments As DecodeWellKnownAttributeArguments(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
Symbols\Source\SourceMethodSymbol.vb (1)
1569
Friend Overrides Sub
DecodeWellKnownAttribute
(ByRef arguments As DecodeWellKnownAttributeArguments(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
Symbols\Source\SourceModuleSymbol.vb (1)
1086
Friend Overrides Sub
DecodeWellKnownAttribute
(ByRef arguments As DecodeWellKnownAttributeArguments(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2158
Friend NotOverridable Overrides Sub
DecodeWellKnownAttribute
(ByRef arguments As DecodeWellKnownAttributeArguments(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
Symbols\Source\SourceParameterSymbol.vb (1)
319
Friend Overrides Sub
DecodeWellKnownAttribute
(ByRef arguments As DecodeWellKnownAttributeArguments(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
Symbols\Source\SourcePropertySymbol.vb (1)
553
Friend Overrides Sub
DecodeWellKnownAttribute
(ByRef arguments As DecodeWellKnownAttributeArguments(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
11 references to DecodeWellKnownAttribute
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Source\SourceAssemblySymbol.vb (1)
1117
MyBase.
DecodeWellKnownAttribute
(arguments)
Symbols\Source\SourceEventSymbol.vb (1)
675
MyBase.
DecodeWellKnownAttribute
(arguments)
Symbols\Source\SourceFieldSymbol.vb (1)
747
MyBase.
DecodeWellKnownAttribute
(arguments)
Symbols\Source\SourceMethodSymbol.vb (1)
1590
MyBase.
DecodeWellKnownAttribute
(arguments)
Symbols\Source\SourceModuleSymbol.vb (1)
1108
MyBase.
DecodeWellKnownAttribute
(arguments)
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2300
MyBase.
DecodeWellKnownAttribute
(arguments)
Symbols\Source\SourceParameterSymbol.vb (1)
370
MyBase.
DecodeWellKnownAttribute
(arguments)
Symbols\Source\SourcePropertySymbol.vb (1)
598
MyBase.
DecodeWellKnownAttribute
(arguments)
Symbols\Symbol_Attributes.vb (3)
212
''' has executed <see cref="
DecodeWellKnownAttribute
"/> for attributes applied on the symbol and has stored the decoded data in the
435
''' This method validates attribute usage for each bound attribute and calls <see cref="
DecodeWellKnownAttribute
"/>
469
Me.
DecodeWellKnownAttribute
(arguments)