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