3 references to WarningAnnotation
Microsoft.CodeAnalysis.CSharp.Features (3)
CodeRefactorings\SyncNamespace\CSharpChangeNamespaceService.cs (3)
264
.WithTriviaFrom(namespaceDecl.Name).WithAdditionalAnnotations(
WarningAnnotation
))
278
.WithAdditionalAnnotations(
WarningAnnotation
);
324
.WithAdditionalAnnotations(
WarningAnnotation
),