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