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