2 writes to TaskAssemblyLocation
Microsoft.Build.Framework (2)
TaskStartedEventArgs.cs (2)
121
TaskAssemblyLocation
= taskAssemblyLocation;
159
TaskAssemblyLocation
= reader.ReadOptionalString();
4 references to TaskAssemblyLocation
Microsoft.Build (2)
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
149
taskAssemblyLocation: taskStartedEventArgs.
TaskAssemblyLocation
,
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
477
WriteDeduplicatedString(e.
TaskAssemblyLocation
);
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
259
e => e.
TaskAssemblyLocation
);
Microsoft.Build.Framework (1)
TaskStartedEventArgs.cs (1)
142
writer.WriteOptionalString(
TaskAssemblyLocation
);