20 overrides of SynthesizedInterfaceMethodImpls
Microsoft.CodeAnalysis.CSharp (20)
Symbols\AnonymousTypes\PublicSymbols\AnonymousManager.TypeOrDelegatePublicSymbol.cs (1)
286
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (1)
332
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\ArrayTypeSymbol.cs (1)
489
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\DynamicTypeSymbol.cs (1)
254
internal override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\ErrorTypeSymbol.cs (1)
569
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\FunctionPointers\FunctionPointerTypeSymbol.cs (1)
221
internal override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\FunctionTypeSymbol.cs (1)
199
internal override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
() => throw ExceptionUtilities.Unreachable();
Symbols\NativeIntegerTypeSymbol.cs (1)
278
internal override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\PointerTypeSymbol.cs (1)
316
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
435
internal override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
73
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\SubstitutedNamedTypeSymbol.cs (1)
372
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorTypeSymbol.cs (1)
268
internal override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
() => SpecializedCollections.EmptyEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>();
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
956
internal override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
() => SpecializedCollections.EmptyEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>();
Symbols\Synthesized\SynthesizedContainer.cs (1)
210
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
207
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
141
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
() => [];
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
193
internal override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
() => SpecializedCollections.EmptyEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>();
Symbols\Synthesized\SynthesizedPrivateImplementationDetailsType.cs (1)
191
internal override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\TypeParameterSymbol.cs (1)
719
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
3 references to SynthesizedInterfaceMethodImpls
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
437
foreach ((MethodSymbol body, MethodSymbol implemented) in _underlyingType.
SynthesizedInterfaceMethodImpls
())
Symbols\SubstitutedNamedTypeSymbol.cs (1)
379
foreach ((MethodSymbol body, MethodSymbol implemented) in OriginalDefinition.
SynthesizedInterfaceMethodImpls
())
Symbols\TypeSymbol.cs (1)
2337
foreach ((MethodSymbol body, MethodSymbol implemented) in this.
SynthesizedInterfaceMethodImpls
())