4 references to GetUsingDirectives
Microsoft.CodeAnalysis.Razor.Workspaces (3)
CodeActions\Razor\ExtractToComponentCodeActionResolver.cs (1)
64var usingDirectives = syntaxTree.GetUsingDirectives();
Formatting\UsingDirectiveHelper.cs (2)
220var usingDirectives = syntaxTree.GetUsingDirectives(); 271var usingDirectives = syntaxTree.GetUsingDirectives();
Microsoft.CodeAnalysis.Remote.Razor (1)
RemoveAndSortUsings\RemoteRemoveAndSortUsingsService.cs (1)
45var allUsingDirectives = syntaxTree.GetUsingDirectives();