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