1 write to EntryPointFileFullPath
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
255
EntryPointFileFullPath
= EntryPointFileFullPath,
7 references to EntryPointFileFullPath
dotnet (6)
Commands\Run\CSharpCompilerCommand.cs (5)
53
public string BaseDirectory => field ??= Path.GetDirectoryName(
EntryPointFileFullPath
)!;
81
requestId:
EntryPointFileFullPath
,
168
string fileDirectory = Path.GetDirectoryName(
EntryPointFileFullPath
) ?? string.Empty;
169
string 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)
2328
rewritten = rewritten.Replace(entryPointPathNormalized, "{" + nameof(CSharpCompilerCommand.
EntryPointFileFullPath
) + "}", StringComparison.OrdinalIgnoreCase);