5 references to AppendAllText
Microsoft.Build.Tasks.Core (1)
FileIO\WriteLinesToFile.cs (1)
252System.IO.File.AppendAllText(filePath, contentsAsString, encoding);
Microsoft.Build.Utilities.Core (3)
ToolTask.cs (3)
1528File.AppendAllText(_temporaryBatchFile, AdjustCommandsForOperatingSystem(commandLineCommands), EncodingUtilities.CurrentSystemOemEncoding); 1550File.AppendAllText(_temporaryBatchFile, 1556File.AppendAllText(_temporaryBatchFile, commandLineCommands, encoding);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\File.cs (1)
975=> AppendAllText(path, contents, UTF8NoBOM);