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