5 references to IsPartialImplementation
Microsoft.CodeAnalysis.CSharp (5)
Symbols\MemberSymbolExtensions.cs (1)
813or SourceConstructorSymbol { IsPartialImplementation: true }
Symbols\Source\SourceConstructorSymbol.cs (2)
365internal SourceConstructorSymbol? SourcePartialDefinitionPart => IsPartialImplementation ? OtherPartOfPartial : null; 376Debug.Assert(implementation.IsPartialImplementation);
Symbols\Source\SourceMemberContainerSymbol.cs (2)
4379if (currentConstructor.IsPartialImplementation && 4380(prevConstructor.IsPartialImplementation || (prevConstructor.OtherPartOfPartial is { } otherImplementation && !ReferenceEquals(otherImplementation, currentConstructor))))