1 write to EntryPointFileDirectory
dotnet (1)
Commands\Reference\FileBasedAppReferenceEditor.cs (1)
21
EntryPointFileDirectory
= Path.GetDirectoryName(EntryPointFilePath)
4 references to EntryPointFileDirectory
dotnet (4)
Commands\Reference\Add\ReferenceAddCommand.cs (2)
152
DirectiveInclude: GetDirectiveInclude(argument, editor.
EntryPointFileDirectory
))));
156
DirectiveInclude: GetDirectiveInclude(argument, editor.
EntryPointFileDirectory
))));
Commands\Reference\FileBasedAppReferenceEditor.cs (2)
209
var appRelativePath = Path.GetFullPath(Path.Combine(
EntryPointFileDirectory
, reference.Replace('\\', '/')));
222
=> Path.GetFullPath(Path.Combine(
EntryPointFileDirectory
, path.Replace('\\', '/')));