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