9 overrides of DecodeWellKnownAttributeImpl
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
162
protected override void
DecodeWellKnownAttributeImpl
(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceAssemblySymbol.cs (1)
2332
protected override void
DecodeWellKnownAttributeImpl
(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
726
protected override void
DecodeWellKnownAttributeImpl
(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceEventSymbol.cs (1)
288
protected sealed override void
DecodeWellKnownAttributeImpl
(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
479
protected sealed override void
DecodeWellKnownAttributeImpl
(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceModuleSymbol.cs (1)
505
protected override void
DecodeWellKnownAttributeImpl
(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1054
protected sealed override void
DecodeWellKnownAttributeImpl
(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourcePropertySymbolBase.cs (1)
1236
protected override void
DecodeWellKnownAttributeImpl
(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceTypeParameterSymbol.cs (1)
421
protected sealed override void
DecodeWellKnownAttributeImpl
(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
3 references to DecodeWellKnownAttributeImpl
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceTypeParameterSymbol.cs (1)
432
base.
DecodeWellKnownAttributeImpl
(ref arguments);
Symbols\Symbol_Attributes.cs (2)
225
DecodeWellKnownAttributeImpl
(ref arguments);
810
/// This method validates attribute usage for each bound attribute and calls <see cref="
DecodeWellKnownAttributeImpl
"/>