1 write to EntryPointFilePath
dotnet (1)
Commands\Reference\FileBasedAppReferenceEditor.cs (1)
20
EntryPointFilePath
= Path.GetFullPath(entryPointFilePath);
4 references to EntryPointFilePath
dotnet (4)
Commands\Reference\FileBasedAppReferenceEditor.cs (4)
21
EntryPointFileDirectory = 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
);