2 writes to file
Microsoft.Build.Framework (2)
BuildWarningEventArgs.cs (2)
158
this.
file
= file;
223
file
= reader.ReadByte() == 0 ? null : reader.ReadString();
2 references to file
Microsoft.Build.Framework (2)
BuildWarningEventArgs.cs (2)
201
writer.WriteOptionalString(
file
);
259
public string File =>
file
;