5 references to NameKind
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (4)
647public Ref WithName(string name, NameKind kind) 652ExpandedName = kind == NameKind.Expanded ? name : ExpandedName, 653ResolvedPath = kind == NameKind.Resolved ? name : ResolvedPath, 675return WithName(resolvedFilePath, NameKind.Resolved);
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (1)
239refDirective = refDirective.WithName(await project.ExpandStringAsync(refDirective.Name).ConfigureAwait(false), CSharpDirective.Ref.NameKind.Expanded);