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