5 references to PartialAsImplementation
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
3011
AddDeleteEditsForMemberAndAccessors(semanticEdits, oldSymbol.
PartialAsImplementation
(), containingTypeKey, cancellationToken);
3400
AddMemberSignatureOrNameChangeEdits(semanticEdits, oldSymbol.
PartialAsImplementation
(), newSymbol.
PartialAsImplementation
(), containingSymbolKey, cancellationToken);
3419
symbol = symbol.
PartialAsImplementation
();
EditAndContinue\Utilities\Extensions.cs (1)
212
static (symbol, constructor) => symbol is IMethodSymbol method && HasDeconstructorSignature(method, constructor), constructor)?.
PartialAsImplementation
();