7 references to FileName
Microsoft.CodeAnalysis.Features (7)
CodeRefactorings\MoveType\AbstractMoveTypeService.MoveTypeEditor.cs (5)
50var newDocumentId = DocumentId.CreateNewId(projectToBeUpdated.Id, FileName); 116Debug.Assert(document.Name != FileName, $"New document name is same as old document name:{FileName}"); 160newDocumentId, FileName, text: string.Empty, folders: document.Folders); 169newDocument, FileName, document, this.CancellationToken).ConfigureAwait(false);
CodeRefactorings\MoveType\AbstractMoveTypeService.RenameFileEditor.cs (1)
33SemanticDocument.Project.Solution.WithDocumentName(SemanticDocument.Document.Id, FileName));
CodeRefactorings\MoveType\AbstractMoveTypeService.RenameTypeEditor.cs (1)
31return await Renamer.RenameSymbolAsync(solution, symbol, new SymbolRenameOptions(), FileName, CancellationToken).ConfigureAwait(false);