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