8 references to Name
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\Host\PersistentStorage\DocumentKey.cs (1)
37
=> new(projectKey, state.Id, state.FilePath, state.
Name
);
Workspace\Solution\AdditionalTextWithState.cs (1)
24
public override string Path => _documentState.FilePath ?? _documentState.
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)
48
public string Name => State.
Name
;
Workspace\Workspace.cs (1)
1792
throw new NotSupportedException(string.Format(WorkspacesResources.Changing_document_0_is_not_supported, document.FilePath ?? document.
Name
));