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