6 references to Name
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Host\PersistentStorage\DocumentKey.cs (1)
45
=> new(projectKey, state.Id, state.FilePath, state.
Name
);
Workspace\Solution\AdditionalTextWithState.cs (1)
27
public override string Path => _documentState.FilePath ?? _documentState.
Name
;
Workspace\Solution\ProjectState.cs (2)
371
if (documentState.
Name
!= null && projectFilePath != null)
378
return PathUtilities.CombinePathsUnchecked(directory, documentState.
Name
);
Workspace\Solution\TextDocument.cs (1)
49
public string Name => State.
Name
;
Workspace\Workspace.cs (1)
1472
throw new NotSupportedException(string.Format(WorkspacesResources.Changing_document_0_is_not_supported, document.FilePath ?? document.
Name
));