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