2 writes to file
Microsoft.Build.Framework (2)
BuildWarningEventArgs.cs (2)
161
this.
file
= file;
226
file
= reader.ReadByte() == 0 ? null : reader.ReadString();
2 references to file
Microsoft.Build.Framework (2)
BuildWarningEventArgs.cs (2)
204
writer.WriteOptionalString(
file
);
262
public string File =>
file
;