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