1 write to EntryPointFileFullPath
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
255EntryPointFileFullPath = EntryPointFileFullPath,
7 references to EntryPointFileFullPath
dotnet (6)
Commands\Run\CSharpCompilerCommand.cs (5)
53public string BaseDirectory => field ??= Path.GetDirectoryName(EntryPointFileFullPath)!; 81requestId: EntryPointFileFullPath, 168string fileDirectory = Path.GetDirectoryName(EntryPointFileFullPath) ?? string.Empty; 169string fileNameWithoutExtension = Path.GetFileNameWithoutExtension(EntryPointFileFullPath); 291"EntryPointFilePath": {{JsonSerializer.Serialize(EntryPointFileFullPath)}},
Commands\Run\CSharpCompilerCommand.Generated.cs (1)
217$"{EntryPointFileFullPath}",
dotnet.Tests (1)
CommandTests\Run\RunFileTests.cs (1)
2328rewritten = rewritten.Replace(entryPointPathNormalized, "{" + nameof(CSharpCompilerCommand.EntryPointFileFullPath) + "}", StringComparison.OrdinalIgnoreCase);