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