3 references to WarningAnnotation
Microsoft.CodeAnalysis.CSharp.Features (3)
CodeRefactorings\SyncNamespace\CSharpChangeNamespaceService.cs (3)
255
.WithTriviaFrom(namespaceDecl.Name).WithAdditionalAnnotations(
WarningAnnotation
))
269
.WithAdditionalAnnotations(
WarningAnnotation
);
315
.WithAdditionalAnnotations(
WarningAnnotation
),