8 references to FileName
Microsoft.CodeAnalysis.Features (8)
CodeRefactorings\MoveType\AbstractMoveTypeService.MoveTypeEditor.cs (5)
49var newDocumentId = DocumentId.CreateNewId(projectToBeUpdated.Id, FileName); 115Debug.Assert(document.Name != FileName, $"New document name is same as old document name:{FileName}"); 159newDocumentId, FileName, text: string.Empty, folders: document.Folders); 168newDocument, FileName, document, this.CancellationToken).ConfigureAwait(false);
CodeRefactorings\MoveType\AbstractMoveTypeService.RenameFileEditor.cs (2)
24.WithDocumentName(SemanticDocument.Document.Id, FileName); 36var newSolution = oldSolution.WithDocumentName(documentId, FileName);
CodeRefactorings\MoveType\AbstractMoveTypeService.RenameTypeEditor.cs (1)
28return await Renamer.RenameSymbolAsync(solution, symbol, new SymbolRenameOptions(), FileName, CancellationToken).ConfigureAwait(false);