7 references to SourcePartialImplementation
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (6)
366return SourcePartialImplementation; 400if ((object)this.SourcePartialImplementation != null) 402return OneOrMany.Create(ImmutableArray.Create(AttributeDeclarationSyntaxList, this.SourcePartialImplementation.AttributeDeclarationSyntaxList)); 432var implementingPart = this.SourcePartialImplementation; 451this.SourcePartialImplementation?.IsDefinedInSourceTree(tree, definedWithinSpan, cancellationToken) == true; 458var implementingPart = this.SourcePartialImplementation;
Symbols\Source\SourceTypeParameterSymbol.cs (1)
131var implementingPart = sourceMethod.SourcePartialImplementation;