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