7 references to SourcePartialImplementation
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (6)
371return SourcePartialImplementation; 405if ((object)this.SourcePartialImplementation != null) 407return OneOrMany.Create(ImmutableArray.Create(AttributeDeclarationSyntaxList, this.SourcePartialImplementation.AttributeDeclarationSyntaxList)); 437var implementingPart = this.SourcePartialImplementation; 456this.SourcePartialImplementation?.IsDefinedInSourceTree(tree, definedWithinSpan, cancellationToken) == true; 463var implementingPart = this.SourcePartialImplementation;
Symbols\Source\SourceTypeParameterSymbol.cs (1)
131var implementingPart = sourceMethod.SourcePartialImplementation;