Base:
property
PartialImplementationPart
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.PartialImplementationPart
8 references to PartialImplementationPart
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourceCustomEventAccessorSymbol.cs (1)
86Debug.Assert(PartialImplementationPart is null);
Symbols\Source\SourceEventAccessorSymbol.cs (1)
252public sealed override bool IsExtern => PartialImplementationPart is { } implementation ? implementation.IsExtern : base.IsExtern;
Symbols\Source\SourceFieldLikeEventSymbol.cs (3)
274switch (PartialImplementationPart) 298switch (PartialImplementationPart) 325if (PartialImplementationPart is { } implementationPart)
Symbols\Source\SourceMethodSymbol.cs (1)
176if (((target.IsImplicitlyDeclared && target is not SourceFieldLikeEventSymbol.SourceEventDefinitionAccessorSymbol { PartialImplementationPart.IsImplicitlyDeclared: false }) ||
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (2)
54Debug.Assert(PartialImplementationPart is null); 88if (PartialImplementationPart is { } implementationPart)