2 writes to TaskAssemblyLocation
Microsoft.Build.Framework (2)
TaskStartedEventArgs.cs (2)
120
TaskAssemblyLocation
= taskAssemblyLocation;
158
TaskAssemblyLocation
= reader.ReadOptionalString();
4 references to TaskAssemblyLocation
Microsoft.Build (2)
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
162
taskAssemblyLocation: taskStartedEventArgs.
TaskAssemblyLocation
,
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
456
WriteDeduplicatedString(e.
TaskAssemblyLocation
);
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
259
e => e.
TaskAssemblyLocation
);
Microsoft.Build.Framework (1)
TaskStartedEventArgs.cs (1)
141
writer.WriteOptionalString(
TaskAssemblyLocation
);