5 references to AppendAllText
Microsoft.Build.Tasks.Core (1)
FileIO\WriteLinesToFile.cs (1)
147System.IO.File.AppendAllText(File.ItemSpec, buffer.ToString(), encoding);
Microsoft.Build.Utilities.Core (3)
ToolTask.cs (3)
1426File.AppendAllText(_temporaryBatchFile, AdjustCommandsForOperatingSystem(commandLineCommands), EncodingUtilities.CurrentSystemOemEncoding); 1448File.AppendAllText(_temporaryBatchFile, 1454File.AppendAllText(_temporaryBatchFile, commandLineCommands, encoding);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (1)
948=> AppendAllText(path, contents, UTF8NoBOM);