5 references to IdAnnotationKind
Microsoft.CodeAnalysis (3)
Syntax\SyntaxNodeExtensions_Tracking.cs (3)
50
s_nodeToIdMap.GetValue(node, n => new SyntaxAnnotation(
IdAnnotationKind
));
204
foreach (var node in root.GetAnnotatedNodesAndTokens(
IdAnnotationKind
).Select(n => n.AsNode()!))
207
foreach (var id in node.GetAnnotations(
IdAnnotationKind
))
Microsoft.CodeAnalysis.UnitTests (2)
CommonSyntaxTests.cs (2)
234
var annotation = trackedExpr.GetAnnotatedNodes(SyntaxNodeExtensions.
IdAnnotationKind
).First()
235
.GetAnnotations(SyntaxNodeExtensions.
IdAnnotationKind
).First();