3 writes to EntryProjectsFullPath
Microsoft.Build.Framework (3)
BuildSubmissionStartedEventArgs.cs (3)
22
EntryProjectsFullPath
= [];
37
EntryProjectsFullPath
= entryProjectsFullPath;
106
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)
64
writer.Write(
EntryProjectsFullPath
.Count());
65
foreach (var entry in
EntryProjectsFullPath
)
Microsoft.Build.Framework.UnitTests (1)
BuildSubmissionStartedEventArgs_Tests.cs (1)
60
argDeserialized.
EntryProjectsFullPath
.ShouldBe(entryPointProjects);