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