3 writes to EntryProjectsFullPath
Microsoft.Build.Framework (3)
BuildSubmissionStartedEventArgs.cs (3)
20
EntryProjectsFullPath
= [];
35
EntryProjectsFullPath
= entryProjectsFullPath;
104
EntryProjectsFullPath
= entries;
5 references to EntryProjectsFullPath
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
378
WriteStringList(e.
EntryProjectsFullPath
);
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
145
e => TranslationHelpers.GetPropertiesString(e.
EntryProjectsFullPath
),
Microsoft.Build.Framework (2)
BuildSubmissionStartedEventArgs.cs (2)
62
writer.Write(
EntryProjectsFullPath
.Count());
63
foreach (var entry in
EntryProjectsFullPath
)
Microsoft.Build.Framework.UnitTests (1)
BuildSubmissionStartedEventArgs_Tests.cs (1)
57
argDeserialized.
EntryProjectsFullPath
.ShouldBe(entryPointProjects);