2 writes to Kind
Microsoft.Build.Framework (2)
TaskParameterEventArgs.cs (2)
45
Kind
= kind;
132
Kind
= (TaskParameterMessageKind)reader.Read7BitEncodedInt();
4 references to Kind
Microsoft.Build.Framework (4)
TaskParameterEventArgs.cs (4)
71
/// The name of the parameter if <see cref="
Kind
"/> is <see cref="TaskParameterMessageKind.TaskInput"/> or <see cref="TaskParameterMessageKind.TaskOutput"/>,
77
/// The name of the property if <see cref="
Kind
"/> is <see cref="TaskParameterMessageKind.TaskOutput"/> and the task output
112
sb.AppendLine($"{args.
Kind
}: {args.ItemType}");
183
writer.Write7BitEncodedInt((int)
Kind
);