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