8 references to FileName
Microsoft.CodeAnalysis.Features (8)
CodeRefactorings\MoveType\AbstractMoveTypeService.MoveTypeEditor.cs (5)
49
var newDocumentId = DocumentId.CreateNewId(projectToBeUpdated.Id,
FileName
);
115
Debug.Assert(document.Name !=
FileName
, $"New document name is same as old document name:{
FileName
}");
159
newDocumentId,
FileName
, text: string.Empty, folders: document.Folders);
168
newDocument,
FileName
, document, this.CancellationToken).ConfigureAwait(false);
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);