2 references to TryGetNodeWithEditableSignatureOrAttributes
Microsoft.CodeAnalysis.Features (2)
ChangeSignature\AbstractChangeSignatureService.cs (2)
338
if (!
TryGetNodeWithEditableSignatureOrAttributes
(def, currentSolution, out var nodeToUpdate, out var documentId))
362
if (!
TryGetNodeWithEditableSignatureOrAttributes
(location.Location, currentSolution, out var nodeToUpdate2, out var documentId2))