1 write to EntryPointFileFullPath
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (1)
73EntryPointFileFullPath = entryPointFileFullPath;
8 references to EntryPointFileFullPath
Microsoft.CodeAnalysis.CSharp.Workspaces (8)
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (8)
50field = SourceFile.Load(EntryPointFileFullPath); 58=> field ??= GetArtifactsPath(EntryPointFileFullPath); 338var entryPointDirectory = Path.GetDirectoryName(EntryPointFileFullPath)!; 339var seenFiles = new HashSet<string>(StringComparer.Ordinal) { EntryPointFileFullPath }; 479entryPointFilePath: EntryPointFileFullPath, 503var projectRoot = _buildService.CreateProjectRootElement(xmlReader, projectCollection, EntryPointFileFullPath); 504projectRoot.FullPath = GetVirtualProjectPath(EntryPointFileFullPath); 527processedFiles.Add(EntryPointFileFullPath);