Base:
property
PartialImplementationPart
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.PartialImplementationPart
8 references to PartialImplementationPart
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourceCustomEventAccessorSymbol.cs (1)
85Debug.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)
273switch (PartialImplementationPart) 297switch (PartialImplementationPart) 324if (PartialImplementationPart is { } implementationPart)
Symbols\Source\SourceMethodSymbol.cs (1)
176if (((target.IsImplicitlyDeclared && target is not SourceFieldLikeEventSymbol.SourceEventDefinitionAccessorSymbol { PartialImplementationPart.IsImplicitlyDeclared: false }) ||
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (2)
53Debug.Assert(PartialImplementationPart is null); 87if (PartialImplementationPart is { } implementationPart)