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