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