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