8 references to SourcePartialImplementation
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
468var impl = sourceMethod.SourcePartialImplementation;
Symbols\Source\SourceOrdinaryMethodSymbol.cs (6)
465return SourcePartialImplementation; 495if ((object)this.SourcePartialImplementation != null) 497return OneOrMany.Create(ImmutableArray.Create(AttributeDeclarationSyntaxList, this.SourcePartialImplementation.AttributeDeclarationSyntaxList)); 606var implementingPart = this.SourcePartialImplementation; 624this.SourcePartialImplementation?.IsDefinedInSourceTree(tree, definedWithinSpan, cancellationToken) == true; 639var implementingPart = this.SourcePartialImplementation;
Symbols\Source\SourceTypeParameterSymbol.cs (1)
130var implementingPart = sourceMethod.SourcePartialImplementation;