1 write to TaskParameters
Microsoft.Build (1)
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
156TaskParameters = taskParameters,
2 references to TaskParameters
Microsoft.Build (2)
BuildCheck\Infrastructure\BuildEventsProcessor.cs (2)
20/// <see cref="TaskParameters"/> is stored in its own field typed as a mutable dictionary because <see cref="CheckData"/> 222taskData.TaskParameters[parameterName] = new TaskInvocationCheckData.TaskParameter(parameterValue, isOutput);