3 references to IsPartialImplementation
Microsoft.CodeAnalysis.CSharp (3)
Symbols\MemberSymbolExtensions.cs (1)
739or SourceConstructorSymbol { IsPartialImplementation: true }
Symbols\Source\SourceConstructorSymbol.cs (2)
339internal SourceConstructorSymbol? SourcePartialDefinitionPart => IsPartialImplementation ? OtherPartOfPartial : null; 350Debug.Assert(implementation.IsPartialImplementation);