3 writes to EntryProjectsFullPath
Microsoft.Build.Framework (3)
BuildSubmissionStartedEventArgs.cs (3)
21
EntryProjectsFullPath
= [];
36
EntryProjectsFullPath
= entryProjectsFullPath;
105
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)
63
writer.Write(
EntryProjectsFullPath
.Count());
64
foreach (var entry in
EntryProjectsFullPath
)
Microsoft.Build.Framework.UnitTests (1)
BuildSubmissionStartedEventArgs_Tests.cs (1)
57
argDeserialized.
EntryProjectsFullPath
.ShouldBe(entryPointProjects);