22 overrides of SynthesizedInterfaceMethodImpls
Microsoft.CodeAnalysis.CSharp (21)
Symbols\AnonymousTypes\PublicSymbols\AnonymousManager.TypeOrDelegatePublicSymbol.cs (1)
288
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (1)
334
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\ArrayTypeSymbol.cs (1)
488
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\DynamicTypeSymbol.cs (1)
253
internal override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\ErrorTypeSymbol.cs (1)
571
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)
197
internal override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
() => throw ExceptionUtilities.Unreachable();
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
2892
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\NativeIntegerTypeSymbol.cs (1)
279
internal override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\PointerTypeSymbol.cs (1)
315
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
437
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)
371
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorTypeSymbol.cs (1)
270
internal override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
() => SpecializedCollections.EmptyEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>();
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
958
internal override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
() => SpecializedCollections.EmptyEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>();
Symbols\Synthesized\SynthesizedContainer.cs (1)
212
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
209
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
153
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
() => [];
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
195
internal override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
() => SpecializedCollections.EmptyEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>();
Symbols\Synthesized\SynthesizedPrivateImplementationDetailsType.cs (1)
193
internal override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Symbols\TypeParameterSymbol.cs (1)
718
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MockNamedTypeSymbol.cs (1)
344
internal sealed override IEnumerable<(MethodSymbol Body, MethodSymbol Implemented)>
SynthesizedInterfaceMethodImpls
()
3 references to SynthesizedInterfaceMethodImpls
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
439
foreach ((MethodSymbol body, MethodSymbol implemented) in _underlyingType.
SynthesizedInterfaceMethodImpls
())
Symbols\SubstitutedNamedTypeSymbol.cs (1)
378
foreach ((MethodSymbol body, MethodSymbol implemented) in OriginalDefinition.
SynthesizedInterfaceMethodImpls
())
Symbols\TypeSymbol.cs (1)
2339
foreach ((MethodSymbol body, MethodSymbol implemented) in this.
SynthesizedInterfaceMethodImpls
())