2 writes to file
Microsoft.Build.Framework (2)
BuildWarningEventArgs.cs (2)
159
this.
file
= file;
224
file
= reader.ReadByte() == 0 ? null : reader.ReadString();
2 references to file
Microsoft.Build.Framework (2)
BuildWarningEventArgs.cs (2)
202
writer.WriteOptionalString(
file
);
260
public string File =>
file
;