3 references to GetId
Microsoft.CodeAnalysis (3)
Syntax\SyntaxNodeExtensions_Tracking.cs (3)
53
return root.ReplaceNodes(nodes, (n, r) => n.HasAnnotation(
GetId
(n)!) ? r : r.WithAdditionalAnnotations(
GetId
(n)!));
126
var id =
GetId
(node);