5 references to OtherPartOfPartial
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
509SourceOrdinaryMethodSymbol 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))) 3509if (method.IsPartialImplementation && method.OtherPartOfPartial is null) 3513else if (method is { IsPartialDefinition: true, OtherPartOfPartial: null, HasExplicitAccessModifier: true })