3 writes to EntryProjectsFullPath
Microsoft.Build.Framework (3)
BuildSubmissionStartedEventArgs.cs (3)
20
EntryProjectsFullPath
= [];
35
EntryProjectsFullPath
= entryProjectsFullPath;
104
EntryProjectsFullPath
= entries;
3 references to EntryProjectsFullPath
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
403
WriteStringList(e.
EntryProjectsFullPath
);
Microsoft.Build.Framework (2)
BuildSubmissionStartedEventArgs.cs (2)
62
writer.Write(
EntryProjectsFullPath
.Count());
63
foreach (var entry in
EntryProjectsFullPath
)