Base:
method
DecodeWellKnownAttributeImpl
Microsoft.CodeAnalysis.CSharp.Symbol.DecodeWellKnownAttributeImpl(ref Microsoft.CodeAnalysis.DecodeWellKnownAttributeArguments<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeSyntax, Microsoft.CodeAnalysis.CSharp.Symbols.CSharpAttributeData, Microsoft.CodeAnalysis.CSharp.Symbols.AttributeLocation>)
2 overrides of DecodeWellKnownAttributeImpl
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceFieldSymbol.cs (1)
114protected sealed override void DecodeWellKnownAttributeImpl(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
122protected sealed override void DecodeWellKnownAttributeImpl(ref DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
2 references to DecodeWellKnownAttributeImpl
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceFieldSymbol.cs (1)
130base.DecodeWellKnownAttributeImpl(ref arguments);
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
138base.DecodeWellKnownAttributeImpl(ref arguments);