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