5 references to Kind
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
CodeActions\SyncNamespace\CSharpSyncNamespaceTestsBase.cs (2)
178annotations = n.AsNode().GetAnnotations(WarningAnnotation.Kind); 182annotations = n.AsToken().GetAnnotations(WarningAnnotation.Kind);
Microsoft.CodeAnalysis.EditorFeatures (2)
Preview\AbstractPreviewFactoryService.cs (2)
450var warningNodes = newRoot.GetAnnotatedNodesAndTokens(WarningAnnotation.Kind); 452var warningDescriptions = warningNodes.SelectMany(n => n.GetAnnotations(WarningAnnotation.Kind))
Microsoft.CodeAnalysis.Workspaces (1)
CodeActions\Annotations\WarningAnnotation.cs (1)
15=> new(Kind, description);