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