3 writes to EntryProjectsFullPath
Microsoft.Build.Framework (3)
BuildSubmissionStartedEventArgs.cs (3)
20
EntryProjectsFullPath
= [];
35
EntryProjectsFullPath
= entryProjectsFullPath;
104
EntryProjectsFullPath
= entries;
4 references to EntryProjectsFullPath
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
432
WriteStringList(e.
EntryProjectsFullPath
);
Microsoft.Build.Framework (2)
BuildSubmissionStartedEventArgs.cs (2)
62
writer.Write(
EntryProjectsFullPath
.Count());
63
foreach (var entry in
EntryProjectsFullPath
)
Microsoft.NET.ProjectData.Tasks (1)
ProjectDataBuildCompletionLogger.cs (1)
180
EntryProjects = submission.
EntryProjectsFullPath
?.Where(static path => !string.IsNullOrWhiteSpace(path)).ToArray() ?? [],