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)
2357
protected override void
DecodeWellKnownAttributeImpl
(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
737
protected override void
DecodeWellKnownAttributeImpl
(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceEventSymbol.cs (1)
296
protected sealed override void
DecodeWellKnownAttributeImpl
(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
510
protected override void
DecodeWellKnownAttributeImpl
(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceModuleSymbol.cs (1)
551
protected override void
DecodeWellKnownAttributeImpl
(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1090
protected sealed override void
DecodeWellKnownAttributeImpl
(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourcePropertySymbolBase.cs (1)
1498
protected override void
DecodeWellKnownAttributeImpl
(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceTypeParameterSymbol.cs (1)
426
protected sealed override void
DecodeWellKnownAttributeImpl
(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
3 references to DecodeWellKnownAttributeImpl
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceTypeParameterSymbol.cs (1)
437
base.
DecodeWellKnownAttributeImpl
(ref arguments);
Symbols\Symbol_Attributes.cs (2)
234
DecodeWellKnownAttributeImpl
(ref arguments);
831
/// This method validates attribute usage for each bound attribute and calls <see cref="
DecodeWellKnownAttributeImpl
"/>