Base:
property
PartialImplementationPart
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.PartialImplementationPart
3 references to PartialImplementationPart
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourcePropertyAccessorSymbol.cs (2)
640if (PartialImplementationPart is { } implementation) 825public sealed override bool IsExtern => PartialImplementationPart is { } implementation ? implementation.IsExtern : base.IsExtern;
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
177getAccessor = (SourcePropertyAccessorSymbol?)getAccessor.PartialImplementationPart ?? getAccessor;