7 references to SourcePartialImplementation
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (6)
378
return
SourcePartialImplementation
;
432
if ((object)this.
SourcePartialImplementation
!= null)
434
return OneOrMany.Create(ImmutableArray.Create(AttributeDeclarationSyntaxList, this.
SourcePartialImplementation
.AttributeDeclarationSyntaxList));
464
var implementingPart = this.
SourcePartialImplementation
;
483
this.
SourcePartialImplementation
?.IsDefinedInSourceTree(tree, definedWithinSpan, cancellationToken) == true;
490
var implementingPart = this.
SourcePartialImplementation
;
Symbols\Source\SourceTypeParameterSymbol.cs (1)
132
var implementingPart = sourceMethod.
SourcePartialImplementation
;