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