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