7 references to SourcePartialImplementation
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (6)
376return SourcePartialImplementation; 410if ((object)this.SourcePartialImplementation != null) 412return OneOrMany.Create(ImmutableArray.Create(AttributeDeclarationSyntaxList, this.SourcePartialImplementation.AttributeDeclarationSyntaxList)); 442var implementingPart = this.SourcePartialImplementation; 461this.SourcePartialImplementation?.IsDefinedInSourceTree(tree, definedWithinSpan, cancellationToken) == true; 468var implementingPart = this.SourcePartialImplementation;
Symbols\Source\SourceTypeParameterSymbol.cs (1)
132var implementingPart = sourceMethod.SourcePartialImplementation;