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