2 overrides of OtherPartOfPartial
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (2)
929
internal sealed override SourceOrdinaryMethodSymbol
OtherPartOfPartial
996
internal sealed override SourceOrdinaryMethodSymbol
OtherPartOfPartial
=> _otherPartOfPartial;
8 references to OtherPartOfPartial
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourceMemberContainerSymbol.cs (4)
3651
if (method.IsPartialImplementation && method.
OtherPartOfPartial
is null)
3655
else if (method is { IsPartialDefinition: true,
OtherPartOfPartial
: null, HasExplicitAccessModifier: true })
3685
(prevMethod.IsPartialImplementation || (prevMethod.
OtherPartOfPartial
is MethodSymbol otherImplementation && (object)otherImplementation != currentMethod)))
3691
(prevMethod.IsPartialDefinition || (prevMethod.
OtherPartOfPartial
is MethodSymbol otherDefinition && (object)otherDefinition != currentMethod)))
Symbols\Source\SourceOrdinaryMethodSymbol.cs (4)
334
return this.IsPartialDefinition && this.
OtherPartOfPartial
is null;
342
return this.IsPartialImplementation ? this.
OtherPartOfPartial
: null;
350
return this.IsPartialDefinition ? this.
OtherPartOfPartial
: null;
375
? this.
OtherPartOfPartial
?.IsExtern ?? false