2 references to Kind
Microsoft.CodeAnalysis.Workspaces (2)
DoNotAddImportsAnnotation.cs (1)
23public static readonly SyntaxAnnotation Annotation = new(Kind);
Editing\ImportAdderService.cs (1)
187if (annotatedNode.GetAnnotations(DoNotAddImportsAnnotation.Kind).Any())