3 types derived from SynthesizedMethodBaseSymbol
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodBodySynthesizer.Lowered.cs (1)
299internal sealed partial class BaseMethodWrapperSymbol : SynthesizedMethodBaseSymbol
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (1)
18internal sealed class SynthesizedClosureMethod : SynthesizedMethodBaseSymbol, ISynthesizedMethodBodyImplementationSymbol
Lowering\MethodToClassRewriter.cs (1)
454internal sealed partial class BaseMethodWrapperSymbol : SynthesizedMethodBaseSymbol
3 references to SynthesizedMethodBaseSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
1699else if (member is TypeParameterSymbol || member is SynthesizedMethodBaseSymbol)
Symbols\Source\SourceMethodSymbol.cs (1)
179target is SynthesizedMethodBaseSymbol or
Symbols\Synthesized\SynthesizedSubstitutedTypeParameterSymbol.cs (1)
60if (ContainingSymbol is SynthesizedMethodBaseSymbol { InheritsBaseMethodAttributes: true })