8 references to FileName
Microsoft.CodeAnalysis.Features (8)
CodeRefactorings\MoveType\AbstractMoveTypeService.Editor.cs (1)
57? PathUtilities.CombinePaths(dir, FileName)
CodeRefactorings\MoveType\AbstractMoveTypeService.MoveTypeEditor.cs (5)
52var newDocumentId = DocumentId.CreateNewId(projectToBeUpdated.Id, FileName); 118Debug.Assert(document.Name != FileName, $"New document name is same as old document name:{FileName}"); 162newDocumentId, FileName, modifiedRoot, document.Folders, filePath: GetTargetDocumentFilePath()); 168newDocument, 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);