3 writes to file
Microsoft.Build.Framework (3)
BuildErrorEventArgs.cs (3)
196
this.
file
= file;
221
this.
file
= file;
317
file
= reader.ReadByte() == 0 ? null : reader.ReadString();
2 references to file
Microsoft.Build.Framework (2)
BuildErrorEventArgs.cs (2)
248
public string File =>
file
;
295
writer.WriteOptionalString(
file
);