3 writes to file
Microsoft.Build.Framework (3)
BuildErrorEventArgs.cs (3)
197
this.
file
= file;
222
this.
file
= file;
318
file
= reader.ReadByte() == 0 ? null : reader.ReadString();
2 references to file
Microsoft.Build.Framework (2)
BuildErrorEventArgs.cs (2)
249
public string File =>
file
;
296
writer.WriteOptionalString(
file
);