3 references to WithName
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (2)
488/// Preserved across <see cref="WithName"/> calls, i.e., 578return WithName(resolvedName, NameKind.ProjectFilePath);
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (1)
232projectDirective = projectDirective.WithName(await project.ExpandStringAsync(projectDirective.Name).ConfigureAwait(false), CSharpDirective.Project.NameKind.Expanded);