1 write to EntryPointSourceFile
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (1)
82
EntryPointSourceFile
= new SourceFile(entryPointFileFullPath, sourceText);
4 references to EntryPointSourceFile
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (4)
281
EntryPointSourceFile
,
327
directives = FileLevelDirectiveHelpers.FindDirectives(
EntryPointSourceFile
, validateAllDirectives, reportError, checkDuplicates: false);
427
reportError(
EntryPointSourceFile
.Text,
EntryPointSourceFile
.Path, default, string.Format(FileBasedProgramsResources.IncludedFileNotFound, filePath));