1 write to FileName
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\MoveType\AbstractMoveTypeService.Editor.cs (1)
31FileName = fileName;
7 references to FileName
Microsoft.CodeAnalysis.Features (7)
CodeRefactorings\MoveType\AbstractMoveTypeService.MoveTypeEditor.cs (4)
52var newDocumentId = DocumentId.CreateNewId(projectToBeUpdated.Id, FileName); 121Debug.Assert(document.Name != FileName, 122$"New document name is same as old document name:{FileName}"); 148newDocumentId, FileName, text: string.Empty, folders: document.Folders);
CodeRefactorings\MoveType\AbstractMoveTypeService.RenameFileEditor.cs (2)
29.WithDocumentName(SemanticDocument.Document.Id, FileName); 41var newSolution = oldSolution.WithDocumentName(documentId, FileName);
CodeRefactorings\MoveType\AbstractMoveTypeService.RenameTypeEditor.cs (1)
32return await Renamer.RenameSymbolAsync(solution, symbol, new SymbolRenameOptions(), FileName, CancellationToken).ConfigureAwait(false);