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