5 references to OtherPartOfPartial
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
509
SourceOrdinaryMethodSymbol otherPart = sourceMethod.
OtherPartOfPartial
;
Symbols\Source\SourceMemberContainerSymbol.cs (4)
3478
(prevPart.IsPartialImplementation || (prevPart.
OtherPartOfPartial
is MethodSymbol otherImplementation && (object)otherImplementation != methodPart)))
3484
(prevPart.IsPartialDefinition || (prevPart.
OtherPartOfPartial
is MethodSymbol otherDefinition && (object)otherDefinition != methodPart)))
3509
if (method.IsPartialImplementation && method.
OtherPartOfPartial
is null)
3513
else if (method is { IsPartialDefinition: true,
OtherPartOfPartial
: null, HasExplicitAccessModifier: true })