4 references to NameKind
Microsoft.CodeAnalysis.CSharp.Features (4)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (4)
516public Project WithName(string name, NameKind kind) 521ExpandedName = kind == NameKind.Expanded ? name : ExpandedName, 522ProjectFilePath = kind == NameKind.ProjectFilePath ? name : ProjectFilePath, 559return WithName(resolvedName, NameKind.ProjectFilePath);