1 write to EntryPointFileFullPath
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (1)
75EntryPointFileFullPath = entryPointFileFullPath;
8 references to EntryPointFileFullPath
Microsoft.CodeAnalysis.CSharp.Workspaces (8)
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (8)
52field = SourceFile.Load(EntryPointFileFullPath); 60=> field ??= GetArtifactsPath(EntryPointFileFullPath); 346var entryPointDirectory = Path.GetDirectoryName(EntryPointFileFullPath)!; 347var seenFiles = new HashSet<string>(StringComparer.Ordinal) { EntryPointFileFullPath }; 487entryPointFilePath: EntryPointFileFullPath, 526var projectRoot = _buildService.CreateProjectRootElement(xmlReader, projectCollection, EntryPointFileFullPath); 527projectRoot.FullPath = GetVirtualProjectPath(EntryPointFileFullPath); 550processedFiles.Add(EntryPointFileFullPath);