2 references to TryGet
Microsoft.CodeAnalysis.Razor.Workspaces (1)
CodeActions\Razor\RemoveUnnecessaryDirectivesCodeActionProvider.cs (1)
24if (!UnusedDirectiveCache.TryGet(context.CodeDocument, out var unusedDirectiveSpans) || unusedDirectiveSpans.Length == 0)
Microsoft.CodeAnalysis.Remote.Razor (1)
RemoveAndSortUsings\RemoteRemoveAndSortUsingsService.cs (1)
53if (!UnusedDirectiveCache.TryGet(codeDocument, out var unusedDirectiveSpans))