7 references to Name
Microsoft.CodeAnalysis.Workspaces (7)
Workspace\Host\PersistentStorage\DocumentKey.cs (1)
37
=> new(projectKey, state.Id, state.FilePath, state.
Name
);
Workspace\Solution\ProjectState.cs (4)
442
if (documentState.
Name
!= null && projectFilePath != null)
449
return PathUtilities.CombinePathsUnchecked(directory, documentState.
Name
);
521
if (documentState.
Name
!= null && projectFilePath != null)
528
return PathUtilities.CombinePathsUnchecked(directory, documentState.
Name
);
Workspace\Solution\TextDocument.cs (1)
49
public string Name => State.
Name
;
Workspace\Workspace.cs (1)
1764
throw new NotSupportedException(string.Format(WorkspacesResources.Changing_document_0_is_not_supported, document.FilePath ?? document.
Name
));