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