2 references to CanAddUsingDirectives
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpAddImportsService.cs (2)
133
if (!node.
CanAddUsingDirectives
(options.AllowInHiddenRegions, cancellationToken))
149
if (!node.
CanAddUsingDirectives
(options.AllowInHiddenRegions, cancellationToken))