6 references to IsPartialImplementation
Microsoft.CodeAnalysis.CSharp (6)
Symbols\MemberSymbolExtensions.cs (1)
736is SourceOrdinaryMethodSymbol { IsPartialImplementation: true }
Symbols\Source\SourceMemberContainerSymbol.cs (2)
2161case (SourceOrdinaryMethodSymbol { IsPartialDefinition: true }, SourceOrdinaryMethodSymbol { IsPartialImplementation: true }): 2162case (SourceOrdinaryMethodSymbol { IsPartialImplementation: true }, SourceOrdinaryMethodSymbol { IsPartialDefinition: true }):
Symbols\Source\SourceOrdinaryMethodSymbol.cs (3)
297Debug.Assert(implementation.IsPartialImplementation); 347return this.IsPartialImplementation ? this.OtherPartOfPartial : null; 1030Debug.Assert(implementation.IsPartialImplementation);