1 instantiation of SyncNamespaceDocumentAction
Microsoft.CodeAnalysis.Workspaces (1)
Rename\Renamer.SyncNamespaceDocumentAction.cs (1)
62return new SyncNamespaceDocumentAction(analysisResult.Value, fallbackOptions);
3 references to SyncNamespaceDocumentAction
Microsoft.CodeAnalysis.Workspaces (3)
Rename\Renamer.cs (2)
135var action = SyncNamespaceDocumentAction.TryCreate(document, newDocumentFolders, fallbackOptions);
Rename\Renamer.SyncNamespaceDocumentAction.cs (1)
56public static SyncNamespaceDocumentAction? TryCreate(Document document, IReadOnlyList<string> newFolders, CodeCleanupOptionsProvider fallbackOptions)