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