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