2 references to s_warningAnnotation
Microsoft.CodeAnalysis.CSharp.Features (2)
MisplacedUsingDirectivesCodeFixProvider.cs (2)
198
.Select(d => d.WithAdditionalAnnotations(Formatter.Annotation,
s_warningAnnotation
));
230
.Select(directive => directive.WithAdditionalAnnotations(Formatter.Annotation,
s_warningAnnotation
));