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