1 write to EntryPointSourceFile
Microsoft.DotNet.ProjectTools (1)
VirtualProjectBuilder.cs (1)
71
EntryPointSourceFile
= new SourceFile(entryPointFileFullPath, sourceText);
6 references to EntryPointSourceFile
dotnet (2)
Commands\Project\Convert\ProjectConvertCommand.cs (1)
153
VirtualProjectBuildingCommand.RemoveDirectivesFromFile(fileBuilder.
EntryPointSourceFile
, targetFile);
Commands\Run\VirtualProjectBuildingCommand.cs (1)
134
field = FileLevelDirectiveHelpers.FindDirectives(Builder.
EntryPointSourceFile
, reportAllErrors: false, ThrowingReporter);
Microsoft.DotNet.ProjectTools (4)
VirtualProjectBuilder.cs (4)
257
EntryPointSourceFile
,
293
directives = FileLevelDirectiveHelpers.FindDirectives(
EntryPointSourceFile
, validateAllDirectives, reportError, checkDuplicates: false);
377
reportError(
EntryPointSourceFile
.Text,
EntryPointSourceFile
.Path, default, string.Format(Resources.IncludedFileNotFound, filePath));