1 write to EntryPointFilePath
dotnet (1)
Commands\Reference\FileBasedAppReferenceEditor.cs (1)
20EntryPointFilePath = Path.GetFullPath(entryPointFilePath);
4 references to EntryPointFilePath
dotnet (4)
Commands\Reference\FileBasedAppReferenceEditor.cs (4)
21EntryPointFileDirectory = Path.GetDirectoryName(EntryPointFilePath) 22?? throw new InvalidOperationException($"Source file path '{EntryPointFilePath}' does not have a containing directory."); 23_sourceEditor = FileBasedAppSourceEditor.Load(SourceFile.Load(EntryPointFilePath)); 24_projectInstance = CreateExpansionProjectInstance(EntryPointFilePath);