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