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