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)
52
var newDocumentId = DocumentId.CreateNewId(projectToBeUpdated.Id,
FileName
);
118
Debug.Assert(document.Name !=
FileName
, $"New document name is same as old document name:{
FileName
}");
162
newDocumentId,
FileName
, modifiedRoot, document.Folders, filePath: GetTargetDocumentFilePath());
168
newDocument,
FileName
, document, this.CancellationToken).ConfigureAwait(false);
CodeRefactorings\MoveType\AbstractMoveTypeService.RenameFileEditor.cs (1)
33
SemanticDocument.Project.Solution.WithDocumentName(SemanticDocument.Document.Id,
FileName
));
CodeRefactorings\MoveType\AbstractMoveTypeService.RenameTypeEditor.cs (1)
31
return await Renamer.RenameSymbolAsync(solution, symbol, new SymbolRenameOptions(),
FileName
, CancellationToken).ConfigureAwait(false);